Searched refs:CALLOC (Results 1 – 2 of 2) sorted by relevance
416 #define CALLOC(type, size) \ macro492 uc->uc_entries = CALLOC (cache_ptr, size * SPARSENESS); in svcudp_enablecache()499 uc->uc_fifo = CALLOC (cache_ptr, size); in svcudp_enablecache()
15188 (CALLOC): Define.15189 (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.