Home
last modified time | relevance | path

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

/frameworks/av/media/utils/tests/
Dshared_memory_allocator_tests.cpp39 struct ValidateForwarding { struct
40 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";