Home
last modified time | relevance | path

Searched refs:__ghs_calloc (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_heap.h18 void *__ghs_calloc(int size, int align);
Dind_alloc.c62 void *__ghs_calloc (int size, int align) in __ghs_calloc() function
Dind_mprf.c205 temp = (CNT_List *) __ghs_calloc(sizeof(CNT_List), 16); in __ghs_prof_dump_callcounts()
213 temp = (CNT_List_packed *) __ghs_calloc(sizeof(CNT_List_packed), in __ghs_prof_dump_callcounts()
318 p = (CNT_List *) __ghs_calloc(sizeof(CNT_List), 16); in __ghs_indmcount()
Dind_gprf.c348 (Arc **)__ghs_calloc(__ghscallgraph_memallocated , 1); in init_callgraph()