Searched refs:nex_realloc (Results 1 – 5 of 5) sorted by relevance
| /optee_os/lib/libutils/isoc/include/ |
| H A D | malloc.h | 99 #define nex_realloc(ptr, size) __mdbg_alloc(MAF_NEX, (ptr), 1, 1, \ macro 109 void *nex_realloc(void *ptr, size_t size); 134 #define nex_realloc(ptr, size) realloc(ptr, size) macro
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | virtualization.c | 733 p = nex_realloc(gsd_array, sizeof(*gsd_array) * (gsd_count + 1)); in virt_add_guest_spec_data()
|
| /optee_os/core/pta/tests/ |
| H A D | misc.c | 462 p3 = nex_realloc(p1, 3 * 1024); in self_test_nex_malloc()
|
| /optee_os/core/mm/ |
| H A D | core_mmu.c | 130 m = nex_realloc(old, sz); in heap_realloc_memory_map() 405 m = nex_realloc(m, sizeof(*m) * *nelems); in carve_out_phys_mem() 418 m = nex_realloc(m, sizeof(*m) * (*nelems + 1)); in carve_out_phys_mem()
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget_malloc.c | 935 void *nex_realloc(void *ptr, size_t size) in nex_realloc() function
|