Home
last modified time | relevance | path

Searched refs:nex_realloc (Results 1 – 5 of 5) sorted by relevance

/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h99 #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 Dvirtualization.c733 p = nex_realloc(gsd_array, sizeof(*gsd_array) * (gsd_count + 1)); in virt_add_guest_spec_data()
/optee_os/core/pta/tests/
H A Dmisc.c462 p3 = nex_realloc(p1, 3 * 1024); in self_test_nex_malloc()
/optee_os/core/mm/
H A Dcore_mmu.c130 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 Dbget_malloc.c935 void *nex_realloc(void *ptr, size_t size) in nex_realloc() function