Include dependency graph for malloc.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | mallinfo |
Defines | |
#define | dlcalloc calloc |
#define | dlfree free |
#define | dlmalloc malloc |
#define | dlmemalign memalign |
#define | dlrealloc realloc |
#define | dlvalloc valloc |
#define | dlpvalloc pvalloc |
#define | dlmallinfo mallinfo |
#define | dlmallopt mallopt |
#define | dlmalloc_trim malloc_trim |
#define | dlmalloc_stats malloc_stats |
#define | dlmalloc_usable_size malloc_usable_size |
#define | dlmalloc_footprint malloc_footprint |
#define | dlmalloc_max_footprint malloc_max_footprint |
#define | dlindependent_calloc independent_calloc |
#define | dlindependent_comalloc independent_comalloc |
#define | M_TRIM_THRESHOLD (-1) |
#define | M_GRANULARITY (-2) |
#define | M_MMAP_THRESHOLD (-3) |
#define | MALLINFO_FIELD_TYPE size_t |
Functions | |
void * | dlmalloc (size_t) |
void | dlfree (void *) |
void * | dlcalloc (size_t, size_t) |
void * | dlrealloc (void *, size_t) |
void * | dlmemalign (size_t, size_t) |
void * | dlvalloc (size_t) |
int | dlmallopt (int, int) |
size_t | dlmalloc_footprint (void) |
size_t | dlmalloc_max_footprint (void) |
mallinfo | dlmallinfo (void) |
void ** | dlindependent_calloc (size_t, size_t, void **) |
void ** | dlindependent_comalloc (size_t, size_t *, void **) |
void * | dlpvalloc (size_t) |
int | dlmalloc_trim (size_t) |
size_t | dlmalloc_usable_size (void *) |
void | dlmalloc_stats (void) |
|
|
|
Definition at line 38 of file malloc.h. Referenced by dlrealloc(). |
|
Definition at line 39 of file malloc.h. Referenced by dlcalloc(), and dlrealloc(). |
|
Definition at line 40 of file malloc.h. Referenced by dlpvalloc(), and dlvalloc(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 152 of file malloc.h. Referenced by change_mparam(). |
|
Definition at line 153 of file malloc.h. Referenced by change_mparam(). |
|
Definition at line 154 of file malloc.h. Referenced by change_mparam(). |
|
|
|
|
|
|