MCPcopy 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
158void memfree(void* p_ptr)
159{
160 sakura_free(p_ptr);
161}
162
163void* memalloc(size_t size)
164{

Callers 5

~RID_AllocMethod · 0.85
_is_confusableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected