Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
template <class T>
27
void memdelete(T* p_class)
28
{
29
SkrDelete(p_class);
30
}
31
32
void memfree(void* p_ptr);
33
Callers
12
cleanup
Method · 0.85
unref
Method · 0.85
~FontAdvanced
Method · 0.85
~ShapedTextDataAdvanced
Method · 0.85
_bmp_font_destroy
Method · 0.85
_free_rid
Method · 0.85
_ensure_cache_for_size
Method · 0.85
_font_clear_cache
Method · 0.85
_font_clear_size_cache
Method · 0.85
_font_remove_size_cache
Method · 0.85
invalidate
Method · 0.85
_shaped_text_substr
Method · 0.85
Calls
1
SkrDelete
Function · 0.85
Tested by
no test coverage detected