Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c89 static alloc_func zalloc = myalloc; variable
94 static alloc_func zalloc = (alloc_func)0; variable
H A Dexample.c97 static alloc_func zalloc = myalloc; variable
102 static alloc_func zalloc = (alloc_func)0; variable
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c72 static alloc_func zalloc = myalloc; variable
77 static alloc_func zalloc = (alloc_func)0; variable
/f-stack/freebsd/contrib/zlib/
H A Dzlib.h98 alloc_func zalloc; /* used to allocate the internal state */ member