Home
last modified time | relevance | path

Searched refs:CALLOC (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sunrpc/
Dsvc_udp.c416 #define CALLOC(type, size) \ macro
492 uc->uc_entries = CALLOC (cache_ptr, size * SPARSENESS); in svcudp_enablecache()
499 uc->uc_fifo = CALLOC (cache_ptr, size); in svcudp_enablecache()
/glibc-2.36/ChangeLog.old/
DChangeLog.1715188 (CALLOC): Define.
15189 (svc_enablecache): Use CALLOC instead of ALLOC&BZERO.