heaphook icon indicating copy to clipboard operation
heaphook copied to clipboard

Replace all the dynamic heap allocation functions by LD_PRELOAD.

Results 3 heaphook issues
Sort by recently updated
recently updated
newest added

malloc/new operations introduce indeterminism to execution time as kernel need to handle dynamic memory allocation. This patch reveals the call sites that made the most malloc/new. An additional python script...