|
Functions |
|
These functions aren't in the standard.
|
void * | ACE_OS::calloc (size_t elements, size_t sizeof_elements) |
| Function that is called by <ACE_OS::exit>, if non-null.
|
void | ACE_OS::exit (int status) |
| Function that is called by <ACE_OS::exit>, if non-null.
|
void | ACE_OS::free (void *ptr) |
| Function that is called by <ACE_OS::exit>, if non-null.
|
ACE_TCHAR * | ACE_OS::getenvstrings (void) |
| Function that is called by <ACE_OS::exit>, if non-null.
|
ACE_TCHAR * | ACE_OS::strenvdup (const ACE_TCHAR *str) |
| Function that is called by <ACE_OS::exit>, if non-null.
|
char * | ACE_OS::itoa_emulation (int value, char *string, int radix) |
| Emulated itoa - Converts an integer to a string.
|
wchar_t * | ACE_OS::itow_emulation (int value, wchar_t *string, int radix) |
| Emulated itow - Converts an integer to a string.
|
void * | ACE_OS::malloc (size_t nbytes) |
| Function that is called by <ACE_OS::exit>, if non-null.
|
void * | ACE_OS::realloc (void *ptr, size_t nbytes) |
| Function that is called by <ACE_OS::exit>, if non-null.
|
const char * | ACE_OS::getprogname_emulation () |
| Function that is called by <ACE_OS::exit>, if non-null.
|
void | ACE_OS::setprogname_emulation (const char *progname) |
| Function that is called by <ACE_OS::exit>, if non-null.
|
Variables |
static const char * | __progname = "" |