Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils.cpp253 static void* xz_alloc(ISzAllocPtr, size_t size) { in xz_alloc() argument
257 static void xz_free(ISzAllocPtr, void* address) { in xz_free() argument
/system/core/libunwindstack/
DElfInterface.cpp90 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in CreateGnuDebugdataMemory() argument
91 alloc.Free = [](ISzAllocPtr, void* ptr) { return free(ptr); }; in CreateGnuDebugdataMemory() argument