Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkDataTable.cpp137 static void chunkalloc_freeproc(void* context) { delete (SkChunkAlloc*)context; } in chunkalloc_freeproc() function
178 SkDataTable* table = new SkDataTable((SkDataTable::Dir*)dir, count, chunkalloc_freeproc, fHeap); in detachDataTable()