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

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

Completed in 97 milliseconds