Searched defs:ValidateForwarding (Results 1 – 1 of 1) sorted by relevance
35 struct ValidateForwarding { struct36 static constexpr size_t alignment() { return 1337; } in alignment()38 bool owns(const AllocationType& allocation) const { in owns()46 void deallocate_all() { deallocate_all_count++; } in deallocate_all()47 std::string dump() const { return dump_string; } in dump()49 static inline size_t deallocate_all_count = 0;50 static inline const AllocationType owned =52 static inline const AllocationType not_owned =54 static inline const std::string dump_string = std::to_string(N) + "Test Dump Forwarding";