llvm-project/compiler-rt/lib/scudo
Petr Hosek 12e20a446e [scudo] Do not consider releasing unallocated pages
We already know that there are no free blocks above Region->AllocatedUser.
This results in a smaller RegionPageMap and faster releaseFreeMemoryToOS.

Patch By: fabio-d
Differential Revision: https://reviews.llvm.org/D138794
2022-11-30 02:34:46 +00:00
..
standalone [scudo] Do not consider releasing unallocated pages 2022-11-30 02:34:46 +00:00
CMakeLists.txt [CMake] Use libcxx-abi-* targets for in-tree sanitizer C++ ABI 2022-10-09 03:35:59 +00:00
scudo_allocator.cpp
scudo_allocator.h
scudo_allocator_combined.h
scudo_allocator_secondary.h
scudo_crc32.cpp
scudo_crc32.h
scudo_errors.cpp
scudo_errors.h
scudo_flags.cpp
scudo_flags.h
scudo_flags.inc
scudo_interface_internal.h
scudo_malloc.cpp
scudo_new_delete.cpp
scudo_platform.h
scudo_termination.cpp
scudo_tsd.h
scudo_tsd_exclusive.cpp
scudo_tsd_exclusive.inc
scudo_tsd_shared.cpp
scudo_tsd_shared.inc
scudo_utils.cpp
scudo_utils.h