Home
last modified time | relevance | path

Searched defs:firstHeapAllocation (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/text/gpu/
DSubRunAllocator.cpp19 BagOfBytes::BagOfBytes(char* bytes, size_t size, size_t firstHeapAllocation) in BagOfBytes()
32 BagOfBytes::BagOfBytes(size_t firstHeapAllocation) in BagOfBytes()
82 SubRunAllocator::SubRunAllocator(char* bytes, int size, int firstHeapAllocation) in SubRunAllocator()
88 SubRunAllocator::SubRunAllocator(int firstHeapAllocation) in SubRunAllocator()
/external/skia/src/base/
DSkArenaAlloc.cpp18 SkArenaAlloc::SkArenaAlloc(char* block, size_t size, size_t firstHeapAllocation) in SkArenaAlloc()
148 size_t firstHeapAllocation) in SkArenaAllocWithReset()
DSkArenaAlloc.h109 explicit SkArenaAlloc(size_t firstHeapAllocation) in SkArenaAlloc()
294 explicit SkArenaAllocWithReset(size_t firstHeapAllocation) in SkArenaAllocWithReset()