Lines Matching refs:in
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
56 … More stack frames uses more memory in the heap trace buffer (and slows down allocation), but
78 Enable this flag to use a hash map to increase performance in handling
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
88 int "The number of entries in the hash map"
93 Defines the number of entries in the heap trace hashmap. The bigger this number is,
94 the bigger the hash map will be in the memory. In case the tracing mode is set to
110 If keeping this as "n" in your project, you will have less free IRAM.
111 If making this as "y" in your project, you will increase free IRAM,
113 features will be added and bugs will be fixed in the IDF source
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