Home
last modified time | relevance | path

Searched refs:zcalloc (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_zlib.c45 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 Dzutil.c217 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 Dzlib.map14 zcalloc;
H A Dzutil.h260 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
H A Dzconf.h140 # define zcalloc z_zcalloc macro
H A Dinfback.c48 strm->zalloc = zcalloc;
H A Dzconf.h.in134 # define zcalloc z_zcalloc macro
H A Dinflate.c213 strm->zalloc = zcalloc;
H A Ddeflate.c274 strm->zalloc = zcalloc;
H A DChangeLog384 - Match type exactly of zcalloc() in zutil.c to zlib.h alloc_func
/f-stack/app/redis-5.0.5/src/
H A Dzmalloc.h81 void *zcalloc(size_t size);
H A Dzmalloc.c130 void *zcalloc(size_t size) { in zcalloc() function
H A Dgeo.c416 robj **argv = zcalloc(argc*sizeof(robj*)); in geoaddCommand()
H A Dredis-cli.c2432 *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 Ddict.c163 n.table = zcalloc(realsize*sizeof(dictEntry*)); in dictExpand()
H A Dobject.c956 struct redisMemOverhead *mh = zcalloc(sizeof(*mh)); in getMemoryOverheadData()
H A Dmodule.c324 return zcalloc(nmemb*size); in RM_Calloc()
3067 moduleType *mt = zcalloc(sizeof(*mt)); in RM_CreateDataType()
H A Dt_zset.c2206 src = zcalloc(sizeof(zsetopsrc) * setnum); in zunionInterGenericCommand()
H A Dcluster.c2404 buf = zcalloc(totlen); in clusterSendPing()