-
Notifications
You must be signed in to change notification settings - Fork 0
callstack_internals.h
This header enables users to control the caching behaviour of the CallstackLibrary.
Indicates to the symbolizer whether to make function names as human-readable as possible.
Defaults to false
.
Note
Added in version 2.1.
Indicates whether caches created by this library should be cleared automatically.
If set to false
caches need to be cleared using callstack_clearCaches(void)
.
Defaults to true
.
Note
Added in version 1.1.
Clears the caches created by this library.
Note
Only needs to be called when callstack_autoClearCaches
is set to false
.
Note
Added in version 1.1.
Copyright (C) 2022, 2024 mhahnFr.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".