Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dfuzzer.c138 static void* FUZ_mallocDebug(void* counter, size_t size) in FUZ_mallocDebug() function
192 ZSTD_customMem const cMem = { FUZ_mallocDebug, FUZ_freeDebug, &malcount }; in FUZ_mallocTests()
205 ZSTD_customMem const cMem = { FUZ_mallocDebug, FUZ_freeDebug, &malcount }; in FUZ_mallocTests()
224 ZSTD_customMem const cMem = { FUZ_mallocDebug, FUZ_freeDebug, &malcount }; in FUZ_mallocTests()
244 ZSTD_customMem const cMem = { FUZ_mallocDebug, FUZ_freeDebug, &malcount }; in FUZ_mallocTests()