Skip to content

callstack_internals.h

mhahnFr edited this page Feb 21, 2024 · 3 revisions

This header enables users to control the caching behaviour of the CallstackLibrary.

extern bool callstack_autoClearCaches

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.

void callstack_clearCaches(void)

Clears the caches created by this library.

Note

Only needs to be called when callstack_autoClearCaches is set to false.

Clone this wiki locally