C-style memory management ========================= Functions --------- Defined in ```` .. toctree:: :maxdepth: 1 ./c_style_memory_management/malloc allocates memory .. toctree:: :maxdepth: 1 ./c_style_memory_management/realloc expands or shrinks previously allocated memory block .. toctree:: :maxdepth: 1 ./c_style_memory_management/free deallocates previously allocated memory