Home
last modified time | relevance | path

Searched defs:VArenaAlloc (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/vector/
H A Dvarenaalloc.h65 explicit VArenaAlloc(size_t firstHeapAllocation) in VArenaAlloc() function
226 : VArenaAlloc(fInlineStorage, InlineStorageSize, firstHeapAllocation) {} in VArenaAlloc() function
H A Dvarenaalloc.cpp19 VArenaAlloc::VArenaAlloc(char* block, size_t size, size_t firstHeapAllocation) in VArenaAlloc() function in VArenaAlloc