malloc.h File Reference
#include <pspkernel.h>
#include <stddef.h>
#include <stdarg.h>
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.
Function Documentation
void* __mem_walk_begin |
( |
void |
|
) |
|
|
int __mem_walk_end |
( |
void * |
token |
) |
|
|
void* __mem_walk_inc |
( |
void * |
token |
) |
|
|
void __mem_walk_read |
( |
void * |
token, |
|
|
u32 * |
size, |
|
|
void ** |
ptr, |
|
|
int * |
valid |
|
) |
|
|
void* calloc |
( |
size_t |
n, |
|
|
size_t |
size |
|
) |
|
|
void* malloc |
( |
size_t |
size |
) |
|
|
void* memalign |
( |
size_t |
align, |
|
|
size_t |
size |
|
) |
|
|
void* realloc |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
|
|
Generated on Wed Sep 28 07:53:47 2005 for pspsdk-1.0+beta by
1.4.4