Home
last modified time | relevance | path

Searched refs:nex_malloc (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/lib/libutils/ext/
A Dnex_strdup.c12 char *p = nex_malloc(l); in nex_strdup()
/optee_os-3.20.0/lib/libutils/isoc/include/
A Dmalloc.h117 #define nex_malloc(size) nex_mdbg_malloc(__FILE__, __LINE__, (size)) macro
127 void *nex_malloc(size_t size);
152 #define nex_malloc(size) malloc(size) macro
/optee_os-3.20.0/core/pta/tests/
A Dmisc.c441 p1 = nex_malloc(1024); in self_test_nex_malloc()
443 p2 = nex_malloc(1024); in self_test_nex_malloc()
463 p2 = nex_malloc(1024); in self_test_nex_malloc()
501 p1 = nex_malloc(1024); in self_test_nex_malloc()
/optee_os-3.20.0/core/mm/
A Dtee_mm.c17 return nex_malloc(size); in pmalloc()
/optee_os-3.20.0/core/arch/arm/mm/
A Dcore_mmu_lpae.c453 prtn = nex_malloc(sizeof(*prtn)); in core_alloc_mmu_prtn()
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget_malloc.c1025 void *nex_malloc(size_t size) in nex_malloc() function

Completed in 12 milliseconds