HomeSort by relevance Sort by last modified time
    Searched full:malloc_freeproc (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkDataTable.cpp 11 static void malloc_freeproc(void* context) { function
111 return new SkDataTable(dir, count, malloc_freeproc, buffer);
124 return new SkDataTable(buffer, elemSize, count, malloc_freeproc, buffer);

Completed in 148 milliseconds