Searched defs:Free (Results 1 – 2 of 2) sorted by relevance
100 static void Free(void *ptr) RAPIDJSON_NOEXCEPT { RAPIDJSON_FREE(ptr); } in Free() function372 static void Free(void *ptr) RAPIDJSON_NOEXCEPT { (void)ptr; } // Do nothing in Free() function
267 void Free() { in Free() function