Searched refs:check_allocator_helper (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/tests/ |
D | SkTBlockListTest.cpp | 56 static void check_allocator_helper(SkTBlockList<C, N>* allocator, int cnt, int popCnt, in check_allocator_helper() function 78 check_allocator_helper(allocator, cnt - popCnt, 0, reporter); in check_allocator_helper() 165 check_allocator_helper(allocator, cnt, popCnt, reporter); in check_allocator() 168 check_allocator_helper(allocator, 0, 0, reporter); in check_allocator()
|