In ASAN builds, before- and after- memory regions are poisoned. ChunkManager merge adjacent chunks and may commit the larger chunk at once. The poisoned area will be touched in this case and ASAN asserts.
Enough to exclude os::pretouch_memory() from ASAN instrumentation.
Enough to exclude os::pretouch_memory() from ASAN instrumentation.