#include <stddef.h>
Include dependency graph for jemalloc.h:Classes | |
| struct | jemalloc_stats_t |
Typedefs | |
| typedef unsigned char | jemalloc_bool |
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 |
| typedef unsigned char jemalloc_bool |
| void* calloc | ( | size_t | num, | |
| size_t | size | |||
| ) |
| void free | ( | void * | ptr | ) |
| void jemalloc_stats | ( | jemalloc_stats_t * | stats | ) |
| void* malloc | ( | size_t | size | ) |
| size_t malloc_usable_size | ( | const void * | ptr | ) |
| void* memalign | ( | size_t | alignment, | |
| size_t | size | |||
| ) |
| int posix_memalign | ( | void ** | memptr, | |
| size_t | alignment, | |||
| size_t | size | |||
| ) |
| void* realloc | ( | void * | ptr, | |
| size_t | size | |||
| ) |
| void* valloc | ( | size_t | size | ) |
| const char* _malloc_options |
1.7.1