|
proxygen
|
Public Types | |
| using | value_type = T |
Public Member Functions | |
| ExpectingAlloc (std::size_t expectedSize, std::size_t expectedCount) | |
| template<class U > | |
| ExpectingAlloc (ExpectingAlloc< U > const &other) noexcept | |
| T * | allocate (std::size_t n) |
| void | deallocate (T *p, std::size_t n) |
Public Attributes | |
| std::size_t | expectedSize_ |
| std::size_t | expectedCount_ |
Definition at line 341 of file MemoryTest.cpp.
| using ExpectingAlloc< T >::value_type = T |
Definition at line 342 of file MemoryTest.cpp.
|
inline |
Definition at line 344 of file MemoryTest.cpp.
|
inlineexplicitnoexcept |
Definition at line 348 of file MemoryTest.cpp.
|
inline |
|
inline |
Definition at line 359 of file MemoryTest.cpp.
| std::size_t ExpectingAlloc< T >::expectedCount_ |
Definition at line 364 of file MemoryTest.cpp.
| std::size_t ExpectingAlloc< T >::expectedSize_ |
Definition at line 363 of file MemoryTest.cpp.