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

/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_win.cpp276 FreeFunction freeFunc, AllocFunction allocFunc,
278 CHECK(reallocFunc && heapSizeFunc && freeFunc && allocFunc);
338 void *replacement_alloc = allocFunc(hHeap, dwFlags, dwBytes);
275 SharedReAlloc(ReAllocFunction reallocFunc, SizeFunction heapSizeFunc, FreeFunction freeFunc, AllocFunction allocFunc, HANDLE hHeap, DWORD dwFlags, LPVOID lpMem, size_t dwBytes) argument
/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c161 z_stream allocFunc; /* copy of zalloc, zfree, opaque */ member in struct:__anon349
194 zwc->allocFunc = *strm;
195 customMem.opaque = &zwc->allocFunc;
530 z_stream allocFunc; /* just to copy zalloc, zfree, opaque */ member in struct:__anon351
554 zwd->allocFunc = *strm;
555 customMem.opaque = &zwd->allocFunc;

Completed in 173 milliseconds