Lines Matching refs:heap

7 …Enable heap poisoning features to detect heap corruption caused by out-of-bounds access to heap me…
10 for a description of each level of heap corruption detection.
24 Enables the heap tracing API defined in esp_heap_trace.h.
26 … This function causes a moderate increase in IRAM code side and a minor increase in heap function
44 Enables/disables heap tracing API.
54 Number of stack frames to save when tracing heap operation callers.
56 … More stack frames uses more memory in the heap trace buffer (and slows down allocation), but
65 bool "Enable heap task tracking"
68 Enables tracking the task responsible for each heap allocation.
70 …This function depends on heap poisoning being enabled and adds four more bytes of overhead for eac…
74 bool "Use hash map mechanism to access heap trace records"
79 heap trace records.
81 Keeping this as "n" in your project will save RAM and heap memory but will lower
82 the performance of the heap trace in adding, retrieving and removing trace records.
83 Making this as "y" in your project, you will decrease free RAM and heap memory but,
84 the heap trace performances in adding retrieving and removing trace records will be
93 Defines the number of entries in the heap trace hashmap. The bigger this number is,
104 bool "Use ROM implementation of heap tlsf library"
108 Enable this flag to use heap functions from ROM instead of ESP-IDF.
117 bool "Force the entire heap component to be placed in flash memory"
121 Enable this flag to save up RAM space by placing the heap component in the flash memory