Searched refs:check_alloc (Results 1 – 2 of 2) sorted by relevance
/external/skia/tests/ |
D | MemsetTest.cpp | 12 static void check_alloc(skiatest::Reporter* reporter, const SkChunkAlloc& alloc, in check_alloc() function 21 check_alloc(reporter, *alloc, size, size, 1); in simple_alloc() 32 check_alloc(reporter, alloc, 0, 0, 0); in test_chunkalloc() 38 check_alloc(reporter, alloc, 0, 0, 0); in test_chunkalloc() 42 check_alloc(reporter, alloc, 0, 0, 0); in test_chunkalloc() 50 check_alloc(reporter, alloc, 0, 0, 0); in test_chunkalloc() 58 check_alloc(reporter, alloc, size, 0, 1); in test_chunkalloc() 70 check_alloc(reporter, alloc, 2*kMin, size+kMin, 2); in test_chunkalloc() 77 check_alloc(reporter, alloc, 2*kMin, size, 2); in test_chunkalloc()
|
/external/libopus/src/ |
D | opus_compare.c | 38 static void *check_alloc(void *_ptr){ in check_alloc() function 47 return check_alloc(malloc(_size)); in opus_malloc() 51 return check_alloc(realloc(_ptr,_size)); in opus_realloc()
|