Home
last modified time | relevance | path

Searched refs:pre_allocated (Results 1 – 3 of 3) sorted by relevance

/third_party/iowow/src/json/tests/
Djbl_test_binn1.c39 if (item->pre_allocated) { in CheckAllocation()
350 CU_ASSERT(obj1->pre_allocated == FALSE); in test1()
373 CU_ASSERT(list->pre_allocated == FALSE); in test1()
381 CU_ASSERT(map->pre_allocated == FALSE); in test1()
389 CU_ASSERT(obj->pre_allocated == FALSE); in test1()
406 CU_ASSERT(obj1->pre_allocated == TRUE); in test1()
667 CU_ASSERT(list->pre_allocated == FALSE); in _test2()
675 CU_ASSERT(map->pre_allocated == FALSE); in _test2()
683 CU_ASSERT(obj->pre_allocated == FALSE); in _test2()
1102 CU_ASSERT(list->pre_allocated == FALSE); in test4()
[all …]
/third_party/iowow/src/json/
Diwbinn.c187 item->pre_allocated = TRUE; in binn_create()
191 item->pre_allocated = FALSE; in binn_create()
312 if (item->pre_allocated) { in CheckAllocation()
898 if ((item->writable) && (item->pre_allocated == FALSE)) { in binn_free()
Diwbinn.h213 BOOL pre_allocated; member