Searched refs:nex_malloc (Results 1 – 6 of 6) sorted by relevance
12 char *p = nex_malloc(l); in nex_strdup()
117 #define nex_malloc(size) nex_mdbg_malloc(__FILE__, __LINE__, (size)) macro127 void *nex_malloc(size_t size);152 #define nex_malloc(size) malloc(size) macro
441 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()
17 return nex_malloc(size); in pmalloc()
453 prtn = nex_malloc(sizeof(*prtn)); in core_alloc_mmu_prtn()
1025 void *nex_malloc(size_t size) in nex_malloc() function
Completed in 12 milliseconds