heaphook icon indicating copy to clipboard operation
heaphook copied to clipboard

Trace the call sites that make malloc/new operations.

Open chihungtzeng opened this issue 9 months ago • 0 comments

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 is also created to reveal detailed filenames and line numbers of the callers if such information is available.

chihungtzeng avatar May 13 '24 03:05 chihungtzeng