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

Function MallocHook_SetMmapHook

BeefRT/gperftools/src/malloc_hook.cc:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471
472extern "C"
473MallocHook_MmapHook MallocHook_SetMmapHook(MallocHook_MmapHook hook) {
474 RAW_VLOG(10, "SetMmapHook(%p)", hook);
475 return mmap_hook_.Exchange(hook);
476}
477
478extern "C"
479MallocHook_MunmapHook MallocHook_SetMunmapHook(MallocHook_MunmapHook hook) {

Callers 1

SetMmapHookFunction · 0.50

Calls 2

RAW_VLOGFunction · 0.50
ExchangeMethod · 0.45

Tested by

no test coverage detected