Home
last modified time | relevance | path

Searched refs:allocFunc (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp276 FreeFunction freeFunc, AllocFunction allocFunc, in SharedReAlloc() argument
278 CHECK(reallocFunc && heapSizeFunc && freeFunc && allocFunc); in SharedReAlloc()
338 void *replacement_alloc = allocFunc(hHeap, dwFlags, dwBytes); in SharedReAlloc()
/freebsd-src/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c161 z_stream allocFunc; /* copy of zalloc, zfree, opaque */ member
194 zwc->allocFunc = *strm; in ZWRAP_createCCtx()
195 customMem.opaque = &zwc->allocFunc; in ZWRAP_createCCtx()
530 z_stream allocFunc; /* just to copy zalloc, zfree, opaque */ member
554 zwd->allocFunc = *strm; in ZWRAP_createDCtx()
555 customMem.opaque = &zwd->allocFunc; in ZWRAP_createDCtx()