Searched refs:Z_HEAP_MIN_SIZE (Results 1 – 2 of 2) sorted by relevance
78 kheap_##name[MAX(bytes, Z_HEAP_MIN_SIZE)]; \82 .init_bytes = MAX(bytes, Z_HEAP_MIN_SIZE), \
5580 #define Z_HEAP_MIN_SIZE ((sizeof(void *) > 4) ? 56 : 44) macro5601 kheap_##name[MAX(bytes, Z_HEAP_MIN_SIZE)]; \5605 .init_bytes = MAX(bytes, Z_HEAP_MIN_SIZE), \