Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
test_mheap.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2016 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#define TIMEOUT 2000
8#define BLK_SIZE_MIN 64
9#define BLK_SIZE_MAX (BLK_SIZE_MIN << 2)
10#define BLK_NUM_MAX (CONFIG_HEAP_MEM_POOL_SIZE / BLK_SIZE_MIN)
11#define BLK_NUM_MIN (CONFIG_HEAP_MEM_POOL_SIZE / (BLK_SIZE_MIN << 2))