Searched refs:chunkalloc_freeproc (Results 1 – 1 of 1) sorted by relevance
137 static void chunkalloc_freeproc(void* context) { delete (SkChunkAlloc*)context; } in chunkalloc_freeproc() function178 SkDataTable* table = new SkDataTable((SkDataTable::Dir*)dir, count, chunkalloc_freeproc, fHeap); in detachDataTable()