Home
last modified time | relevance | path

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

/external/swiftshader/third_party/marl/include/marl/
Dmemory.h330 struct StlAllocator { struct
342 typedef StlAllocator<U> other; argument
391 StlAllocator<T>::StlAllocator(Allocator* allocator) : allocator(allocator) {} in StlAllocator() function
395 StlAllocator<T>::StlAllocator(const StlAllocator<U>& other) { in StlAllocator() function