Searched refs:malloc_flags (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libutee/ |
| H A D | tcb.c | 114 _tcb = malloc_flags(MAF_ZERO_INIT, _tcb, 1, TCB_SIZE(total_size)); in __utee_tcb_init() 122 _tcb->dtv = malloc_flags(MAF_ZERO_INIT, _tcb->dtv, 1, size); in __utee_tcb_init()
|
| H A D | tee_api.c | 779 return malloc_flags(MAF_ZERO_INIT, p, 1, newSize); in TEE_Realloc()
|
| /optee_os/lib/libutils/isoc/include/ |
| H A D | malloc.h | 23 void *malloc_flags(uint32_t flags, void *ptr, size_t alignment, size_t size); 42 #define malloc_flags(flags, ptr, align, size) \ macro
|
| /optee_os/core/mm/ |
| H A D | tee_mm.c | 37 pool->entry = malloc_flags(pool->flags | MAF_ZERO_INIT, NULL, in tee_mm_init() 137 nn = malloc_flags(flags, NULL, MALLOC_DEFAULT_ALIGNMENT, in tee_mm_alloc_flags() 249 mm = malloc_flags(pool->flags, NULL, MALLOC_DEFAULT_ALIGNMENT, in tee_mm_alloc2()
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget_malloc.c | 717 #undef malloc_flags 718 void *malloc_flags(uint32_t flags, void *ptr, size_t alignment, size_t size) in malloc_flags() function
|