MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / memdelete

Function memdelete

modules/gui/gui/src/backend/text_server/memory.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26template <class T>
27void memdelete(T* p_class)
28{
29 SkrDelete(p_class);
30}
31
32void memfree(void* p_ptr);
33

Callers 12

cleanupMethod · 0.85
unrefMethod · 0.85
~FontAdvancedMethod · 0.85
_bmp_font_destroyMethod · 0.85
_free_ridMethod · 0.85
_font_clear_cacheMethod · 0.85
invalidateMethod · 0.85
_shaped_text_substrMethod · 0.85

Calls 1

SkrDeleteFunction · 0.85

Tested by

no test coverage detected