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

Function MallocHook_SetMremapHook

BeefRT/gperftools/src/malloc_hook.cc:485–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483
484extern "C"
485MallocHook_MremapHook MallocHook_SetMremapHook(MallocHook_MremapHook hook) {
486 RAW_VLOG(10, "SetMremapHook(%p)", hook);
487 return mremap_hook_.Exchange(hook);
488}
489
490extern "C"
491MallocHook_PreSbrkHook MallocHook_SetPreSbrkHook(MallocHook_PreSbrkHook hook) {

Callers 1

SetMremapHookFunction · 0.50

Calls 2

RAW_VLOGFunction · 0.50
ExchangeMethod · 0.45

Tested by

no test coverage detected