Searched refs:pool_blocks (Results 1 – 1 of 1) sorted by relevance
17 static void *pool_blocks[BLK_NUM_MAX]; variable58 pool_blocks[thread_id] = k_malloc(BLOCK_SIZE); in tmheap_handler()60 zassert_not_null(pool_blocks[thread_id], "memory is not allocated"); in tmheap_handler()98 k_free(pool_blocks[i]); in ZTEST()