Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/
Dallocators.h100 static void Free(void *ptr) RAPIDJSON_NOEXCEPT { RAPIDJSON_FREE(ptr); } in Free() function
372 static void Free(void *ptr) RAPIDJSON_NOEXCEPT { (void)ptr; } // Do nothing in Free() function
Duri.h267 void Free() { in Free() function