Searched defs:HeapArrayPtr (Results 1 – 1 of 1) sorted by relevance
64 explicit HeapArrayPtr(uint16_t size) : array_(alloc(size)) {} in HeapArrayPtr() function66 HeapArrayPtr(const HeapArrayPtr& rhs) : array_(alloc(rhs.size())) { in HeapArrayPtr() function