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

Function MallocHook_SetPreMmapHook

BeefRT/gperftools/src/malloc_hook.cc:467–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465
466extern "C"
467MallocHook_PreMmapHook MallocHook_SetPreMmapHook(MallocHook_PreMmapHook hook) {
468 RAW_VLOG(10, "SetPreMmapHook(%p)", hook);
469 return premmap_hook_.Exchange(hook);
470}
471
472extern "C"
473MallocHook_MmapHook MallocHook_SetMmapHook(MallocHook_MmapHook hook) {

Callers 1

SetPreMmapHookFunction · 0.50

Calls 2

RAW_VLOGFunction · 0.50
ExchangeMethod · 0.45

Tested by

no test coverage detected