ec_memory_print_allocator_details
Last updated March 2020
Name
ec_memory_print_allocator_details — Render low-level allocator information to a string buffer
Synopsis
#include "ec_malloc.h"
| void **ec_memory_print_allocator_details** (
| str, | |
| | flags)
; | |
Description
**Configuration Change. ** This feature is available starting from Momentum 3.0.18.
Render low-level allocator information to a string buffer. The information available depends on the allocator that is in use.
This function is typically called from the memory console command.
- str
-
The string to hold memory information.
- flags
-
Any combination of
EC_MALLOC_DETAILS_VERBOSE, EC_MALLOC_DETAILS_XML
.
This function returns void.
You can call this function in any thread.
See Also
Was this page helpful?