Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ memfree
Function
memfree
modules/gui/gui/src/backend/text_server/memory.cpp:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
}
157
158
void memfree(void* p_ptr)
159
{
160
sakura_free(p_ptr);
161
}
162
163
void* memalloc(size_t size)
164
{
Callers
5
~RID_Alloc
Method · 0.85
_ensure_cache_for_size
Method · 0.85
text_server_adv.cpp
File · 0.85
_is_confusable
Method · 0.85
cgltf_default_file_release
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected