server-skynet-source-3rd-je.../include
Qi Wang b75822bc6e Implement use-after-free detection using junk and stash.
On deallocation, sampled pointers (specially aligned) get junked and stashed
into tcache (to prevent immediate reuse).  The expected behavior is to have
read-after-free corrupted and stopped by the junk-filling, while
write-after-free is checked when flushing the stashed pointers.
2021-12-29 14:44:43 -08:00
..
jemalloc Implement use-after-free detection using junk and stash. 2021-12-29 14:44:43 -08:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00