#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <private/memconfig.h>
Go to the source code of this file.
◆ free()
◆ malloc()
◆ memsys5FreeUnsafe()
void memsys5FreeUnsafe |
( |
void * |
pOld | ) |
|
◆ memsys5Init()
int memsys5Init |
( |
void * |
NotUsed | ) |
|
◆ memsys5MallocUnsafe()
void* memsys5MallocUnsafe |
( |
int |
nByte | ) |
|
◆ memsys5Realloc()
void* memsys5Realloc |
( |
void * |
pPrior, |
|
|
int |
nBytes |
|
) |
| |
◆ memsys5Roundup()
int memsys5Roundup |
( |
int |
n | ) |
|
◆ realloc()
void* realloc |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| |
◆ _heap_end
◆ _heap_start
◆ HeapConfig
Initial value:
Definition at line 13 of file malloc.c.