Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/text/gpu/
H A DSubRunAllocator.cpp20 BagOfBytes::BagOfBytes(char* bytes, size_t size, size_t firstHeapAllocation) in BagOfBytes()
33 BagOfBytes::BagOfBytes(size_t firstHeapAllocation) in BagOfBytes()
83 SubRunAllocator::SubRunAllocator(char* bytes, int size, int firstHeapAllocation) in SubRunAllocator()
89 SubRunAllocator::SubRunAllocator(int firstHeapAllocation) in SubRunAllocator()
/aosp_15_r20/external/skia/src/base/
H A DSkArenaAlloc.cpp18 SkArenaAlloc::SkArenaAlloc(char* block, size_t size, size_t firstHeapAllocation) in SkArenaAlloc()
148 size_t firstHeapAllocation) in SkArenaAllocWithReset()
H A DSkArenaAlloc.h110 explicit SkArenaAlloc(size_t firstHeapAllocation) in SkArenaAlloc()
325 explicit SkArenaAllocWithReset(size_t firstHeapAllocation) in SkArenaAllocWithReset()