MCPcopy Create free account
hub / github.com/beefytech/Beef / MallocHook_SetMunmapHook

Function MallocHook_SetMunmapHook

BeefRT/gperftools/src/malloc_hook.cc:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477
478extern "C"
479MallocHook_MunmapHook MallocHook_SetMunmapHook(MallocHook_MunmapHook hook) {
480 RAW_VLOG(10, "SetMunmapHook(%p)", hook);
481 return munmap_hook_.Exchange(hook);
482}
483
484extern "C"
485MallocHook_MremapHook MallocHook_SetMremapHook(MallocHook_MremapHook hook) {

Callers 1

SetMunmapHookFunction · 0.50

Calls 2

RAW_VLOGFunction · 0.50
ExchangeMethod · 0.45

Tested by

no test coverage detected