Searched defs:ValidateForwarding (Results 1 – 1 of 1) sorted by relevance
39 struct ValidateForwarding { struct40 static size_t alignment() { return 1337; } in alignment()42 bool owns(const AllocationType& allocation) const { in owns()50 void deallocate_all() { deallocate_all_count++; } in deallocate_all()51 std::string dump() const { return dump_string; } in dump()53 static inline size_t deallocate_all_count = 0;54 static inline const AllocationType owned =56 static inline const AllocationType not_owned =58 static inline const std::string dump_string = std::to_string(N) + "Test Dump Forwarding";