Searched defs:MemoryHook (Results 1 – 1 of 1) sorted by relevance
25 struct MemoryHook { struct26 void* virtualPtr; // RSRenderNodeDrawableAdapter vtable27 void* ptr; // enable_shared_from_this's __ptr__*28 uint32_t low; // enable_shared_fromthis's __ref__* low-bits29 uint32_t high; // enable_shared_fromthis's __ref__* high-bits31 inline void Protect() in Protect()45 inline bool CheckIsNotValid() in CheckIsNotValid()