Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoSystem.h179 struct DEMOAllocator : public std::allocator<T> struct
184 typedef DEMOAllocator<_Other> other; argument
187 DEMOAllocator() {} in DEMOAllocator() argument
189 DEMOAllocator(const DEMOAllocator<T>&) {} in DEMOAllocator() function
192 DEMOAllocator(const DEMOAllocator<_Other>&) {} in DEMOAllocator() function
197 T* allocate(std::size_t n) in allocate()
202 void deallocate(T* p, std::size_t n) in deallocate()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoSystem.h179 struct DEMOAllocator : public std::allocator<T> struct
184 typedef DEMOAllocator<_Other> other; argument
187 DEMOAllocator() {} in DEMOAllocator() argument
189 DEMOAllocator(const DEMOAllocator<T>&) {} in DEMOAllocator() function
192 DEMOAllocator(const DEMOAllocator<_Other>&) {} in DEMOAllocator() function
197 T* allocate(std::size_t n) in allocate()
202 void deallocate(T* p, std::size_t n) in deallocate()