Searched refs:nex_calloc (Results 1 – 7 of 7) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/include/ |
A D | malloc.h | 118 #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 D | virtualization.c | 98 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 D | boot.c | 1100 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 D | pl011.c | 175 struct pl011_data *pd = nex_calloc(1, sizeof(*pd)); in pl011_dev_alloc()
|
/optee_os-3.20.0/core/pta/tests/ |
A D | misc.c | 481 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 D | tee_mm.c | 25 return nex_calloc(num_el, size); in pcalloc()
|
/optee_os-3.20.0/lib/libutils/isoc/ |
A D | bget_malloc.c | 1035 void *nex_calloc(size_t nmemb, size_t size) in nex_calloc() function
|
Completed in 11 milliseconds