Unknown or generated -------------------- memory-0.7-3/.clang-format memory-0.7-3/.github/workflows/code_coverage.yml memory-0.7-3/.github/workflows/feature_ci.yml memory-0.7-3/.github/workflows/main_ci.yml memory-0.7-3/CHANGELOG.md memory-0.7-3/README.md memory-0.7-3/cmake/atomic.cmake memory-0.7-3/cmake/container_node_sizes_impl.hpp.in memory-0.7-3/cmake/get_align_of.cpp memory-0.7-3/cmake/get_container_node_sizes.cmake memory-0.7-3/cmake/get_node_size.cpp memory-0.7-3/doc/Doxyfile memory-0.7-3/doc/DoxygenLayout.xml memory-0.7-3/doc/adapters_storage.md memory-0.7-3/doc/concepts.md memory-0.7-3/doc/debug_error.md memory-0.7-3/doc/external_usage.md memory-0.7-3/doc/footer.html memory-0.7-3/doc/header.html memory-0.7-3/doc/index.md memory-0.7-3/doc/installation.md memory-0.7-3/doc/internal_usage.md memory-0.7-3/doc/options.md memory-0.7-3/doc/publish-docs.sh memory-0.7-3/doc/stylesheet.css memory-0.7-3/doc/tutorial.md memory-0.7-3/doc/writing_allocators.md zlib License ------------ memory-0.7-3/CMakeLists.txt memory-0.7-3/LICENSE memory-0.7-3/cmake/configuration.cmake memory-0.7-3/example/CMakeLists.txt memory-0.7-3/example/allocator_storage.cpp memory-0.7-3/example/joint_allocation.cpp memory-0.7-3/example/taking_allocators.cpp memory-0.7-3/example/tracking.cpp memory-0.7-3/example/using_allocators.cpp memory-0.7-3/include/foonathan/memory/aligned_allocator.hpp memory-0.7-3/include/foonathan/memory/allocator_storage.hpp memory-0.7-3/include/foonathan/memory/allocator_traits.hpp memory-0.7-3/include/foonathan/memory/config.hpp memory-0.7-3/include/foonathan/memory/container.hpp memory-0.7-3/include/foonathan/memory/debugging.hpp memory-0.7-3/include/foonathan/memory/default_allocator.hpp memory-0.7-3/include/foonathan/memory/deleter.hpp memory-0.7-3/include/foonathan/memory/detail/align.hpp memory-0.7-3/include/foonathan/memory/detail/assert.hpp memory-0.7-3/include/foonathan/memory/detail/container_node_sizes.hpp memory-0.7-3/include/foonathan/memory/detail/debug_helpers.hpp memory-0.7-3/include/foonathan/memory/detail/ebo_storage.hpp memory-0.7-3/include/foonathan/memory/detail/free_list.hpp memory-0.7-3/include/foonathan/memory/detail/free_list_array.hpp memory-0.7-3/include/foonathan/memory/detail/ilog2.hpp memory-0.7-3/include/foonathan/memory/detail/lowlevel_allocator.hpp memory-0.7-3/include/foonathan/memory/detail/memory_stack.hpp memory-0.7-3/include/foonathan/memory/detail/small_free_list.hpp memory-0.7-3/include/foonathan/memory/detail/utility.hpp memory-0.7-3/include/foonathan/memory/error.hpp memory-0.7-3/include/foonathan/memory/fallback_allocator.hpp memory-0.7-3/include/foonathan/memory/heap_allocator.hpp memory-0.7-3/include/foonathan/memory/iteration_allocator.hpp memory-0.7-3/include/foonathan/memory/joint_allocator.hpp memory-0.7-3/include/foonathan/memory/malloc_allocator.hpp memory-0.7-3/include/foonathan/memory/memory_arena.hpp memory-0.7-3/include/foonathan/memory/memory_pool.hpp memory-0.7-3/include/foonathan/memory/memory_pool_collection.hpp memory-0.7-3/include/foonathan/memory/memory_pool_type.hpp memory-0.7-3/include/foonathan/memory/memory_resource_adapter.hpp memory-0.7-3/include/foonathan/memory/memory_stack.hpp memory-0.7-3/include/foonathan/memory/namespace_alias.hpp memory-0.7-3/include/foonathan/memory/new_allocator.hpp memory-0.7-3/include/foonathan/memory/segregator.hpp memory-0.7-3/include/foonathan/memory/smart_ptr.hpp memory-0.7-3/include/foonathan/memory/static_allocator.hpp memory-0.7-3/include/foonathan/memory/std_allocator.hpp memory-0.7-3/include/foonathan/memory/temporary_allocator.hpp memory-0.7-3/include/foonathan/memory/threading.hpp memory-0.7-3/include/foonathan/memory/tracking.hpp memory-0.7-3/include/foonathan/memory/virtual_memory.hpp memory-0.7-3/src/CMakeLists.txt memory-0.7-3/src/config.hpp.in memory-0.7-3/src/debugging.cpp memory-0.7-3/src/detail/align.cpp memory-0.7-3/src/detail/assert.cpp memory-0.7-3/src/detail/debug_helpers.cpp memory-0.7-3/src/detail/free_list.cpp memory-0.7-3/src/detail/free_list_array.cpp memory-0.7-3/src/detail/free_list_utils.hpp memory-0.7-3/src/detail/small_free_list.cpp memory-0.7-3/src/error.cpp memory-0.7-3/src/heap_allocator.cpp memory-0.7-3/src/iteration_allocator.cpp memory-0.7-3/src/malloc_allocator.cpp memory-0.7-3/src/memory_arena.cpp memory-0.7-3/src/memory_pool.cpp memory-0.7-3/src/memory_pool_collection.cpp memory-0.7-3/src/memory_stack.cpp memory-0.7-3/src/new_allocator.cpp memory-0.7-3/src/static_allocator.cpp memory-0.7-3/src/temporary_allocator.cpp memory-0.7-3/src/virtual_memory.cpp memory-0.7-3/test/CMakeLists.txt memory-0.7-3/test/aligned_allocator.cpp memory-0.7-3/test/allocator_traits.cpp memory-0.7-3/test/benchmark.hpp memory-0.7-3/test/default_allocator.cpp memory-0.7-3/test/detail/align.cpp memory-0.7-3/test/detail/debug_helpers.cpp memory-0.7-3/test/detail/free_list.cpp memory-0.7-3/test/detail/free_list_array.cpp memory-0.7-3/test/detail/ilog2.cpp memory-0.7-3/test/detail/memory_stack.cpp memory-0.7-3/test/fallback_allocator.cpp memory-0.7-3/test/iteration_allocator.cpp memory-0.7-3/test/joint_allocator.cpp memory-0.7-3/test/memory_arena.cpp memory-0.7-3/test/memory_pool.cpp memory-0.7-3/test/memory_pool_collection.cpp memory-0.7-3/test/memory_resource_adapter.cpp memory-0.7-3/test/memory_stack.cpp memory-0.7-3/test/profiling.cpp memory-0.7-3/test/segregator.cpp memory-0.7-3/test/smart_ptr.cpp memory-0.7-3/test/test.cpp memory-0.7-3/test/test_allocator.hpp memory-0.7-3/tool/CMakeLists.txt memory-0.7-3/tool/node_size_debugger.cpp memory-0.7-3/tool/node_size_debugger.hpp memory-0.7-3/tool/test_types.hpp