Searched refs:Z_HEAP_MIN_SIZE (Results 1 – 2 of 2) sorted by relevance
89 kheap_##name[MAX(bytes, Z_HEAP_MIN_SIZE)]; \93 .init_bytes = MAX(bytes, Z_HEAP_MIN_SIZE), \
5704 #define Z_HEAP_MIN_SIZE ((sizeof(void *) > 4) ? 56 : 44) macro5725 kheap_##name[MAX(bytes, Z_HEAP_MIN_SIZE)]; \5729 .init_bytes = MAX(bytes, Z_HEAP_MIN_SIZE), \