Searched defs:InlineStdAllocator (Results 1 – 3 of 3) sorted by relevance
47 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() function48 InlineStdAllocator(const InlineStdAllocator& other) : mAllocation(other.mAllocation) {} in InlineStdAllocator() function