Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DMemory.cpp650 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in ReadBlocks() argument
651 alloc.Free = [](ISzAllocPtr, void* ptr) { return free(ptr); }; in ReadBlocks() argument
745 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in Decompress() argument
746 alloc.Free = [](ISzAllocPtr, void* ptr) { return free(ptr); }; in Decompress() argument
/system/extras/simpleperf/
Dutils.cpp260 static void* xz_alloc(ISzAllocPtr, size_t size) { in xz_alloc() argument
264 static void xz_free(ISzAllocPtr, void* address) { in xz_free() argument