memory¶
Tiny memory-usage and address “identification” functions.
-
bool ptr_in_main_stack(const void *addr)¶
[source] Check if the input pointer belongs to the main stack.
-
bool ptr_in_process_stack(const void *addr)¶
[source] Check if the input pointer belongs to the process stack.