Home
last modified time | relevance | path

Searched refs:nex_calloc (Results 1 – 7 of 7) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/include/
A Dmalloc.h118 #define nex_calloc(nmemb, size) \ macro
128 void *nex_calloc(size_t nmemb, size_t size);
153 #define nex_calloc(nmemb, size) calloc(nmemb, size) macro
/optee_os-3.20.0/core/arch/arm/kernel/
A Dvirtualization.c98 map = nex_calloc(entries + 1, sizeof(struct tee_mmap_region)); in prepare_memory_map()
255 prtn = nex_calloc(1, sizeof(*prtn)); in virt_guest_created()
A Dboot.c1100 mem = nex_calloc(elems_total, sizeof(*mem)); in get_nsec_memory()
1265 mem = nex_calloc(nelems, sizeof(*mem)); in discover_nsec_memory()
/optee_os-3.20.0/core/drivers/
A Dpl011.c175 struct pl011_data *pd = nex_calloc(1, sizeof(*pd)); in pl011_dev_alloc()
/optee_os-3.20.0/core/pta/tests/
A Dmisc.c481 p3 = nex_calloc(4, 1024); in self_test_nex_malloc()
482 p4 = nex_calloc(0x100, 1024 * 1024); in self_test_nex_malloc()
/optee_os-3.20.0/core/mm/
A Dtee_mm.c25 return nex_calloc(num_el, size); in pcalloc()
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget_malloc.c1035 void *nex_calloc(size_t nmemb, size_t size) in nex_calloc() function

Completed in 11 milliseconds