Searched refs:kFree (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/inspect/test/ |
| A D | heap_tests.cpp | 90 MatchDebugBlockVectors({{0, BlockType::kFree, 7}, {128, BlockType::kFree, 7}}, dump(heap))); in Create() 138 {2, BlockType::kFree, 1}, in Allocate() 139 {4, BlockType::kFree, 2}, in Allocate() 140 {8, BlockType::kFree, 3}, in Allocate() 141 {16, BlockType::kFree, 4}, in Allocate() 142 {32, BlockType::kFree, 5}, in Allocate() 143 {64, BlockType::kFree, 6}, in Allocate() 212 EXPECT_TRUE(MatchDebugBlockVectors({{0, BlockType::kFree, 1}, in MergeBlockedByAllocation() 213 {2, BlockType::kFree, 0}, in MergeBlockedByAllocation() 215 {4, BlockType::kFree, 2}, in MergeBlockedByAllocation() [all …]
|
| /system/ulib/inspect/ |
| A D | heap.cpp | 100 while (GetType(buddy) == BlockType::kFree && GetOrder(block) < kNumOrders - 1 && in Free() 117 BlockFields::Type::Make(BlockType::kFree) | in Free() 137 cur->header = BlockFields::Order::Make(order - 1) | BlockFields::Type::Make(BlockType::kFree) | in SplitBlock() 141 BlockFields::Type::Make(BlockType::kFree) | in SplitBlock() 207 BlockFields::Type::Make(BlockType::kFree) | in Extend()
|
| /system/ulib/inspect/include/lib/inspect/ |
| A D | heap.h | 81 return GetType(b) == BlockType::kFree && GetOrder(b) == expected_order; in IsFreeBlock()
|
| A D | block.h | 19 kFree = 0, enumerator
|
Completed in 4 milliseconds