Searched defs:FxAllocAllocator (Results 1 – 2 of 2) sorted by relevance
24 struct FxAllocAllocator { struct39 using other = FxAllocAllocator<U>; argument47 FxAllocAllocator(const FxAllocAllocator<U>& other) noexcept {} in FxAllocAllocator() function70 bool operator==(const FxAllocAllocator& that) { return true; } argument
22 TEST(fxcrt, FxAllocAllocator) { in TEST() argument