Searched refs:nex_mdbg_malloc (Results 1 – 4 of 4) sorted by relevance
| /optee_os/out/arm/export-ta_arm32/include/ |
| A D | malloc.h | 95 void *nex_mdbg_malloc(const char *fname, int lineno, size_t size); 103 #define nex_malloc(size) nex_mdbg_malloc(__FILE__, __LINE__, (size))
|
| /optee_os/out/arm/export-ta_arm64/include/ |
| A D | malloc.h | 95 void *nex_mdbg_malloc(const char *fname, int lineno, size_t size); 103 #define nex_malloc(size) nex_mdbg_malloc(__FILE__, __LINE__, (size))
|
| /optee_os/lib/libutils/isoc/include/ |
| A D | malloc.h | 95 void *nex_mdbg_malloc(const char *fname, int lineno, size_t size); 103 #define nex_malloc(size) nex_mdbg_malloc(__FILE__, __LINE__, (size))
|
| /optee_os/lib/libutils/isoc/ |
| A D | bget_malloc.c | 986 void *nex_mdbg_malloc(const char *fname, int lineno, size_t size) in nex_mdbg_malloc() function
|
Completed in 7 milliseconds