Home
last modified time | relevance | path

Searched refs:check_alloc (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DMemsetTest.cpp12 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/
Dopus_compare.c38 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()