Searched refs:pre_allocated (Results 1 – 3 of 3) sorted by relevance
39 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 …]
187 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()
213 BOOL pre_allocated; member