Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c97 static alloc_func zalloc = myalloc; variable
102 static alloc_func zalloc = (alloc_func)0; variable
H A Dexample_original.c89 static alloc_func zalloc = myalloc; variable
94 static alloc_func zalloc = (alloc_func)0; variable
/freebsd/sys/contrib/zlib/test/
H A Dexample.c49 static alloc_func zalloc = myalloc; variable
54 static alloc_func zalloc = (alloc_func)0; variable
/freebsd/contrib/diff/src/
H A Dutil.c741 zalloc (size_t size) in zalloc() function
/freebsd/sys/contrib/zlib/
H A Dzlib.h98 alloc_func zalloc; /* used to allocate the internal state */ member