Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-allocator.cpp105 void my_allocator_clean_up(T* p) in my_allocator_clean_up() function
134 CHECK_NOTHROW(my_allocator_clean_up(my_json::json_value(t).object));
143 CHECK_NOTHROW(my_allocator_clean_up(my_json::json_value(t).array));
152 CHECK_NOTHROW(my_allocator_clean_up(my_json::json_value(t).string));
163 CHECK_NOTHROW(my_allocator_clean_up(my_json::json_value(v).string));

Completed in 1 milliseconds