Home
last modified time | relevance | path

Searched defs:MALLOC_SIZE (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/zlib/pigz/dist/
H A Dpigz.c333 # define MALLOC_SIZE(p) malloc_size(p) macro
336 # define MALLOC_SIZE(p) malloc_usable_size(p) macro
339 # define MALLOC_SIZE(p) _msize(p) macro
341 # define MALLOC_SIZE(p) (0) macro