![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
Go to the source code of this file.
Typedefs | |
| using | stop_watch = tpf::chrono_random::stop_watch |
Functions | |
| template<typename ElementType > | |
| void | dynamic_allocation_test (size_t test_count, size_t element_count) |
| void | benchmarking_new_vs_malloc () |
| int | main () |
Variables | |
| tpf::sstream | stream |
| auto | nl = tpf::nl |
| auto | nL = tpf::nL |
| auto | flush = tpf::flush |
| auto | endl = tpf::endl |
Definition at line 13 of file 043-allocator.cpp.
| void benchmarking_new_vs_malloc | ( | ) |
| void dynamic_allocation_test | ( | size_t | test_count, |
| size_t | element_count | ||
| ) |
| int main | ( | ) |
| auto endl = tpf::endl |
Definition at line 11 of file 043-allocator.cpp.
| auto flush = tpf::flush |
Definition at line 10 of file 043-allocator.cpp.
| auto nl = tpf::nl |
Definition at line 8 of file 043-allocator.cpp.
| auto nL = tpf::nL |
Definition at line 9 of file 043-allocator.cpp.
| tpf::sstream stream |
Definition at line 6 of file 043-allocator.cpp.