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

  /external/skia/src/core/
SkDataTable.cpp 12 static void malloc_freeproc(void* context) { function
110 return sk_sp<SkDataTable>(new SkDataTable(dir, count, malloc_freeproc, buffer));
122 return sk_sp<SkDataTable>(new SkDataTable(buffer, elemSize, count, malloc_freeproc, buffer));
  /external/skqp/src/core/
SkDataTable.cpp 12 static void malloc_freeproc(void* context) { function
110 return sk_sp<SkDataTable>(new SkDataTable(dir, count, malloc_freeproc, buffer));
122 return sk_sp<SkDataTable>(new SkDataTable(buffer, elemSize, count, malloc_freeproc, buffer));

Completed in 204 milliseconds