Searched refs:zcalloc (Results 1 – 19 of 19) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_zlib.c | 45 zcalloc(void *opaque, uint_t items, uint_t size) in zcalloc() function 63 stream->zalloc = zcalloc; in zlib_deflateInit() 85 stream->zalloc = zcalloc; in zlib_inflateInit()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zutil.c | 217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() function 280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() function 305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() function
|
| H A D | zlib.map | 14 zcalloc;
|
| H A D | zutil.h | 260 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
|
| H A D | zconf.h | 140 # define zcalloc z_zcalloc macro
|
| H A D | infback.c | 48 strm->zalloc = zcalloc;
|
| H A D | zconf.h.in | 134 # define zcalloc z_zcalloc macro
|
| H A D | inflate.c | 213 strm->zalloc = zcalloc;
|
| H A D | deflate.c | 274 strm->zalloc = zcalloc;
|
| H A D | ChangeLog | 384 - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | zmalloc.h | 81 void *zcalloc(size_t size);
|
| H A D | zmalloc.c | 130 void *zcalloc(size_t size) { in zcalloc() function
|
| H A D | geo.c | 416 robj **argv = zcalloc(argc*sizeof(robj*)); in geoaddCommand()
|
| H A D | redis-cli.c | 2432 *offending = zcalloc(node_len * sizeof(clusterManagerNode*)); in clusterManagerGetAntiAffinityScore() 2521 clusterManagerNode **other_replicas = zcalloc((node_len - 1) * in clusterManagerOptimizeAntiAffinity() 2905 argv = zcalloc(argc * sizeof(char *)); in clusterManagerMigrateKeysInReply() 2906 argv_len = zcalloc(argc * sizeof(size_t)); in clusterManagerMigrateKeysInReply() 4500 array->nodes = zcalloc(alloc_len * sizeof(clusterManagerNode*)); in clusterManagerNodeArrayInit() 4641 clusterManagerNode **interleaved = zcalloc(node_len*sizeof(**interleaved)); in clusterManagerCommandCreate() 4642 char **ips = zcalloc(node_len * sizeof(char*)); in clusterManagerCommandCreate() 4643 clusterManagerNodeArray *ip_nodes = zcalloc(node_len * sizeof(*ip_nodes)); in clusterManagerCommandCreate()
|
| H A D | dict.c | 163 n.table = zcalloc(realsize*sizeof(dictEntry*)); in dictExpand()
|
| H A D | object.c | 956 struct redisMemOverhead *mh = zcalloc(sizeof(*mh)); in getMemoryOverheadData()
|
| H A D | module.c | 324 return zcalloc(nmemb*size); in RM_Calloc() 3067 moduleType *mt = zcalloc(sizeof(*mt)); in RM_CreateDataType()
|
| H A D | t_zset.c | 2206 src = zcalloc(sizeof(zsetopsrc) * setnum); in zunionInterGenericCommand()
|
| H A D | cluster.c | 2404 buf = zcalloc(totlen); in clusterSendPing()
|