Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/cjson/src/
A DcJSON.c176 global_hooks.deallocate = free; in cJSON_InitHooks()
187 global_hooks.deallocate = free; in cJSON_InitHooks()
232 global_hooks.deallocate(item); in cJSON_Delete()
429 p->hooks.deallocate(p->buffer); in ensure()
442 p->hooks.deallocate(p->buffer); in ensure()
452 p->hooks.deallocate(p->buffer); in ensure()
1132 hooks->deallocate(buffer->buffer); in print()
1140 hooks->deallocate(buffer->buffer); in print()
1145 hooks->deallocate(printed); in print()
1923 hooks->deallocate(item->string); in add_item_to_object()
[all …]
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_cjson.c926 void (*deallocate)(void *pointer); member
964 global_hooks.deallocate = hooks->free_fn; in lite_cjson_init_hooks()
1011 p->hooks.deallocate(p->buffer); in ensure()
1021 p->hooks.deallocate(p->buffer); in ensure()
1030 p->hooks.deallocate(p->buffer); in ensure()
1552 hooks->deallocate(buffer->buffer); in print()
1559 hooks->deallocate(buffer->buffer); in print()
1585 global_hooks.deallocate(item->valuestring); in lite_cjson_delete()
1588 global_hooks.deallocate(item->string); in lite_cjson_delete()
1590 global_hooks.deallocate(item); in lite_cjson_delete()
[all …]
/AliOS-Things-master/components/jsoncpp/include/json/
A Dallocator.h39 void deallocate(pointer p, size_type n) { in deallocate() function
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflatbuffers.h607 virtual void deallocate(uint8_t *p, size_t size) = 0;
621 deallocate(old_p, old_size);
646 void deallocate(uint8_t *p, size_t) FLATBUFFERS_OVERRIDE { delete[] p; }
662 allocator->deallocate(p, size);
664 DefaultAllocator().deallocate(p, size);
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dtest_helpers.cc52 void deallocate(uint8_t* p, size_t) override {} in deallocate() function in tflite::testing::__anonf36955b40111::StackAllocator
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME640 // deallocate the memory used by compressed data
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dtest.h428 void deallocate(T* p, std::size_t n) {

Completed in 19 milliseconds