Searched refs:raw_malloc_flags (Results 1 – 3 of 3) sorted by relevance
| /optee_os/lib/libutils/isoc/ |
| H A D | bget_malloc.c | 429 void *raw_malloc_flags(uint32_t flags, void *ptr, size_t hdr_size, in raw_malloc_flags() function 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() 501 return raw_malloc_flags(MAF_ZERO_INIT, NULL, hdr_size, ftr_size, 1, in raw_calloc() 508 return raw_malloc_flags(MAF_NULL, ptr, hdr_size, ftr_size, 1, 1, in raw_realloc() 586 ptr = raw_malloc_flags(flags, ptr, hdr_size, ftr_size, alignment, nmemb, in mem_alloc_unlocked()
|
| /optee_os/lib/libutils/isoc/include/ |
| H A D | malloc.h | 148 void *raw_malloc_flags(uint32_t flags, void *ptr, size_t hdr_size,
|
| /optee_os/lib/libutee/ |
| H A D | tee_api.c | 774 return raw_malloc_flags(MAF_ZERO_INIT, p, 0, 0, in TEE_Realloc()
|