Home
last modified time | relevance | path

Searched refs:allocated_mem (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.7.0/tests/benchmarks/footprints/src/
Dheap.c20 void *allocated_mem = k_malloc(10); in run_heap_malloc_free() local
22 if (allocated_mem == NULL) { in run_heap_malloc_free()
27 k_free(allocated_mem); in run_heap_malloc_free()
/Zephyr-Core-3.7.0/tests/benchmarks/latency_measure/src/
Dheap_malloc_free.c35 void *allocated_mem = k_malloc(TEST_SIZE); in heap_malloc_free() local
38 if (allocated_mem == NULL) { in heap_malloc_free()
47 k_free(allocated_mem); in heap_malloc_free()