MCPcopy Create free account
hub / github.com/MoeMod/CSMoE / save_glibc_hooks

Function save_glibc_hooks

SourceSDK/tier0/memdbg.cpp:1669–1675  ·  view source on GitHub ↗

* Save a copy of the original allocation hooks, so we can call into them * from our overriding functions. It's possible that glibc might change * these hooks under various conditions (so the manual's examples seem * to suggest), so we update them whenever we finish calling into the * the originals. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

override_malloc_hookFunction · 0.85
override_realloc_hookFunction · 0.85
override_memalign_hookFunction · 0.85
override_free_hookFunction · 0.85
override_init_hookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected