Searched refs:MAF_NULL (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libutils/isoc/include/ |
| H A D | malloc.h | 40 #define malloc(size) __mdbg_alloc(MAF_NULL, NULL, 1, 1, \ 46 #define realloc(ptr, size) __mdbg_alloc(MAF_NULL, (ptr), 1, 1, \ 48 #define memalign(align, size) __mdbg_alloc(MAF_NULL, NULL, (align), 1, \ 53 __mdbg_alloc(MAF_NULL, NULL, (align), 1, (size), __FILE__, __LINE__)
|
| H A D | malloc_flags.h | 25 #define MAF_NULL 0x00 /* Passed if no flags are needed */ macro
|
| /optee_os/core/include/mm/ |
| H A D | tee_mm.h | 14 #define TEE_MM_POOL_NO_FLAGS MAF_NULL 81 return tee_mm_alloc_flags(pool, size, MAF_NULL); in tee_mm_alloc()
|
| /optee_os/core/mm/ |
| H A D | phys_mem.c | 103 return mm_alloc(nex_core_pool, NULL, size, MAF_NULL); in nex_phys_mem_core_alloc() 108 return mm_alloc(nex_ta_pool, nex_core_pool, size, MAF_NULL); in nex_phys_mem_ta_alloc() 202 return mm_alloc(core_pool, ta_pool, size, MAF_NULL); in phys_mem_core_alloc() 207 return mm_alloc(ta_pool, core_pool, size, MAF_NULL); in phys_mem_ta_alloc()
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget_malloc.c | 479 return raw_malloc_flags(MAF_NULL, NULL, hdr_size, ftr_size, alignment, in raw_memalign() 486 return raw_malloc_flags(MAF_NULL, NULL, hdr_size, ftr_size, 1, 1, in raw_malloc() 508 return raw_malloc_flags(MAF_NULL, ptr, hdr_size, ftr_size, 1, 1, in raw_realloc() 661 mem_alloc_unlocked(MAF_NULL, (ptr), 1, 1, (size), __FILE__, __LINE__, \ 714 return mem_alloc(MAF_NULL, NULL, 1, 1, size, __FILE__, __LINE__); in malloc() 733 return mem_alloc(MAF_NULL, ptr, 1, 1, size, __FILE__, __LINE__); in realloc() 739 return mem_alloc(MAF_NULL, NULL, alignment, 1, size, __FILE__, in memalign() 750 return mem_alloc(MAF_NULL, NULL, alignment, 1, size, __FILE__, in aligned_alloc() 757 free_flags(MAF_NULL, ptr); in free()
|