Searched defs:firstHeapAllocation (Results 1 – 4 of 4) sorted by relevance
/external/skqp/include/private/ |
D | SkArenaAlloc.h | 68 explicit SkArenaAlloc(size_t firstHeapAllocation) in SkArenaAlloc() 232 : INHERITED(fInlineStorage, InlineStorageSize, firstHeapAllocation) {} in INHERITED() argument
|
/external/skia/include/private/ |
D | SkArenaAlloc.h | 68 explicit SkArenaAlloc(size_t firstHeapAllocation) in SkArenaAlloc() 232 : INHERITED(fInlineStorage, InlineStorageSize, firstHeapAllocation) {} in INHERITED() argument
|
/external/skqp/src/core/ |
D | SkArenaAlloc.cpp | 14 static uint32_t first_allocated_block(uint32_t blockSize, uint32_t firstHeapAllocation) { in first_allocated_block() 19 SkArenaAlloc::SkArenaAlloc(char* block, size_t size, size_t firstHeapAllocation) in SkArenaAlloc()
|
/external/skia/src/core/ |
D | SkArenaAlloc.cpp | 14 static uint32_t first_allocated_block(uint32_t blockSize, uint32_t firstHeapAllocation) { in first_allocated_block() 19 SkArenaAlloc::SkArenaAlloc(char* block, size_t size, size_t firstHeapAllocation) in SkArenaAlloc()
|