Home
last modified time | relevance | path

Searched refs:heap_trace_get_count (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-2.7.6/components/heap/test/
Dtest_heap_trace.c41 TEST_ASSERT_EQUAL(2, heap_trace_get_count());
57 TEST_ASSERT_EQUAL(1, heap_trace_get_count());
107 for (int i = 0; i < heap_trace_get_count(); i++) {
160 TEST_ASSERT(heap_trace_get_count() > 3);
/hal_espressif-2.7.6/components/heap/
Dheap_trace_standalone.c104 size_t heap_trace_get_count(void) in heap_trace_get_count() function
160 delta_size, delta_allocs, heap_trace_get_count()); in heap_trace_dump()
/hal_espressif-2.7.6/components/heap/include/
Desp_heap_trace.h124 size_t heap_trace_get_count(void);
/hal_espressif-2.7.6/components/app_trace/
Dheap_trace_tohost.c70 size_t heap_trace_get_count(void) in heap_trace_get_count() function