Searched refs:POOL_STORAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
92 #define POOL_STORAGE_SIZE(object_size, object_align, object_count) \ macro99 uint8_t name[POOL_STORAGE_SIZE(object_size, object_align, object_count)] \134 POOL_STORAGE_SIZE(sizeof(type), __alignof(type), object_count)
Completed in 2 milliseconds