|
Gnash
0.8.10
|
#include "jemalloc_types.h"Go to the source code of this file.
Functions | |
| void * | malloc (size_t size) |
| void * | valloc (size_t size) |
| void * | calloc (size_t num, size_t size) |
| void * | realloc (void *ptr, size_t size) |
| void | free (void *ptr) |
| int | posix_memalign (void **memptr, size_t alignment, size_t size) |
| void * | memalign (size_t alignment, size_t size) |
| size_t | malloc_usable_size (const void *ptr) |
| void | jemalloc_stats (jemalloc_stats_t *stats) |
Variables | |
| const char * | _malloc_options |
| void* calloc | ( | size_t | num, |
| size_t | size | ||
| ) |
References _malloc_message, SIZE_T_MAX, and UTRACE.
| void free | ( | void * | ptr | ) |
References assert, CHUNK_ADDR2OFFSET, and UTRACE.
Referenced by gnash::fileio_scandir(), NPN_MemFree(), gnash::EventDevice::scanForDevices(), and gnash::typeName().
| void jemalloc_stats | ( | jemalloc_stats_t * | stats | ) |
| void* malloc | ( | size_t | size | ) |
References _malloc_message, and UTRACE.
Referenced by gnash::AOS4Gui::createWindow(), NPN_MemAlloc(), gnash::AOS4Gui::ReadPrefs(), and gnash::renderer::rawfb::RawFBDevice::setGrayscaleLUT8().
| size_t malloc_usable_size | ( | const void * | ptr | ) |
References assert.
| void* memalign | ( | size_t | alignment, |
| size_t | size | ||
| ) | [inline] |
References _malloc_message, assert, and UTRACE.
Referenced by posix_memalign(), and valloc().
| int posix_memalign | ( | void ** | memptr, |
| size_t | alignment, | ||
| size_t | size | ||
| ) |
References _malloc_message, and memalign().
| void* realloc | ( | void * | ptr, |
| size_t | size | ||
| ) |
| void* valloc | ( | size_t | size | ) |
References memalign().
| const char* _malloc_options |
1.7.6.1