|
CACAO
|
Go to the source code of this file.
Macros | |
| #define | BACKTRACE_SIZE 100 |
Functions | |
| static void | abort_verrnum (int errnum, const char *text, va_list ap) |
| Common code for both os::abort_errnum and os::abort_errno. More... | |
| void * | os_mmap_anonymous (void *addr, size_t len, int prot, int flags) |
| int | os_atoi (const char *nptr) |
| int | os_getpagesize (void) |
| void * | os_memcpy (void *dest, const void *src, size_t n) |
| void * | os_memset (void *s, int c, size_t n) |
| char * | os_strdup (const char *s) |
| int | os_strlen (const char *s) |
| #define BACKTRACE_SIZE 100 |
|
static |
Common code for both os::abort_errnum and os::abort_errno.
1.8.5