OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of memory manipulation functions. More...
#include <owl/pch.h>
#include <owl/defs.h>
#include <owl/private/memory.h>
#include <owl/template.h>
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Functions | |
char * | strnewdup (const char *s, size_t allocSize) |
wchar_t * | strnewdup (const wchar_t *s, size_t allocSize) |
Implementation of memory manipulation functions.
Definition in file memory.cpp.
Definition at line 25 of file memory.cpp.