Home
last modified time | relevance | path

Searched defs:MemoryHook (Results 1 – 1 of 1) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_render_node_gc.cpp25 struct MemoryHook { struct
26 void* virtualPtr; // RSRenderNodeDrawableAdapter vtable
27 void* ptr; // enable_shared_from_this's __ptr__*
28 uint32_t low; // enable_shared_fromthis's __ref__* low-bits
29 uint32_t high; // enable_shared_fromthis's __ref__* high-bits
31 inline void Protect() in Protect()
45 inline bool CheckIsNotValid() in CheckIsNotValid()