| Updated: October 28, 2024 |
Unload a memory map associated with a backtrace
#include <backtrace.h> void bt_unload_memmap( bt_memmap_t *memmap );
The bt_unload_memmap() function releases the memory that memmap holds. Don't use memmap after invoking this function.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | No |
| Thread | Yes |