Home
last modified time | relevance | path

Searched refs:cJSON_Free (Results 1 - 1 of 1) sorted by relevance

/third_party/vulkan-loader/loader/
H A DcJSON.c51 static void cJSON_Free(const VkAllocationCallbacks *pAllocator, void *pMemory) { loader_free(pAllocator, pMemory); } in cJSON_Free() function
87 if (!(c->type & cJSON_IsReference) && c->valuestring) cJSON_Free(c->pAllocator, c->valuestring); in loader_cJSON_Delete()
88 if (!(c->type & cJSON_StringIsConst) && c->string) cJSON_Free(c->pAllocator, c->string); in loader_cJSON_Delete()
89 cJSON_Free(c->pAllocator, c); in loader_cJSON_Delete()
156 cJSON_Free(pAllocator, p->buffer); in ensure()
161 cJSON_Free(pAllocator, p->buffer); in ensure()
705 if (entries[j]) cJSON_Free(item->pAllocator, entries[j]); in print_array()
706 cJSON_Free(item->pAllocator, entries); in print_array()
723 cJSON_Free(item->pAllocator, entries[j]); in print_array()
725 cJSON_Free(ite in print_array()
[all...]

Completed in 2 milliseconds