Lines Matching full:memory
165 bool "Enable debugging of Small Memory Algorithm"
173 bool "Enable debugging of SLAB Memory Algorithm"
181 bool "Enable debugging of Memory Heap Algorithm"
229 menu "Memory Management"
232 bool "Using memory pool"
235 Using static memory fixed partition
238 bool "Using memory heap object"
241 Using memory heap object to manage dynamic memory heap.
244 prompt "Dynamic Memory Management"
251 bool "Small Memory Algorithm"
254 bool "SLAB Algorithm for large memory"
264 bool "Enable memory trace"
269 to dump memory block information.
271 to check memory block to avoid memory overwritten.
274 to check memory block to find which thread has wrongly modified
275 memory.