Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/
H A Dnex_strdup.c12 char *p = nex_malloc(l); in nex_strdup()
/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h94 #define nex_malloc(size) __mdbg_alloc(MAF_NEX, NULL, 1, 1, \ macro
107 void *nex_malloc(size_t size);
132 #define nex_malloc(size) malloc(size) macro
/optee_os/core/pta/tests/
H A Dmisc.c446 p1 = nex_malloc(1024); in self_test_nex_malloc()
448 p2 = nex_malloc(1024); in self_test_nex_malloc()
468 p2 = nex_malloc(1024); in self_test_nex_malloc()
506 p1 = nex_malloc(1024); in self_test_nex_malloc()
/optee_os/core/mm/
H A Dphys_mem.c29 pool = nex_malloc(sizeof(*pool)); in init_pool()
/optee_os/lib/libutils/isoc/
H A Dbget_malloc.c924 void *nex_malloc(size_t size) in nex_malloc() function
/optee_os/core/arch/arm/mm/
H A Dcore_mmu_lpae.c576 prtn = nex_malloc(sizeof(*prtn)); in core_alloc_mmu_prtn()