C++ Library Extensions 2022.12.09
To help learn modern C++ programming
041-array_malloc.cpp File Reference
#include <tpf_output.hpp>
#include <tpf_chrono_random.hpp>
#include <cstdlib>
Include dependency graph for 041-array_malloc.cpp:

Go to the source code of this file.

Classes

class  dynamic_array_malloc< ElementType >
 

Functions

void examples_for_dynamic_array_malloc ()
 
void do_not_do_this ()
 
void is_still_is_not_perfect ()
 
void please_use_this_method ()
 
void test_iterator ()
 
void performance_test ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto endl = tpf::endl
 

Function Documentation

◆ do_not_do_this()

void do_not_do_this ( )

Definition at line 253 of file 041-array_malloc.cpp.

◆ examples_for_dynamic_array_malloc()

void examples_for_dynamic_array_malloc ( )

Definition at line 243 of file 041-array_malloc.cpp.

◆ is_still_is_not_perfect()

void is_still_is_not_perfect ( )

Definition at line 271 of file 041-array_malloc.cpp.

◆ main()

int main ( )

Definition at line 354 of file 041-array_malloc.cpp.

Here is the call graph for this function:

◆ performance_test()

void performance_test ( )

Definition at line 331 of file 041-array_malloc.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ please_use_this_method()

void please_use_this_method ( )

Definition at line 285 of file 041-array_malloc.cpp.

◆ test_iterator()

void test_iterator ( )

Definition at line 315 of file 041-array_malloc.cpp.

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 7 of file 041-array_malloc.cpp.

◆ stream

tpf::sstream stream

Definition at line 6 of file 041-array_malloc.cpp.