Searched refs:allocated_mem (Results 1 – 2 of 2) sorted by relevance
20 void *allocated_mem = k_malloc(10); in run_heap_malloc_free() local22 if (allocated_mem == NULL) { in run_heap_malloc_free()27 k_free(allocated_mem); in run_heap_malloc_free()
35 void *allocated_mem = k_malloc(TEST_SIZE); in heap_malloc_free() local38 if (allocated_mem == NULL) { in heap_malloc_free()47 k_free(allocated_mem); in heap_malloc_free()