Home
last modified time | relevance | path

Searched refs:POOL_STORAGE_SIZE (Results 1 – 1 of 1) sorted by relevance

/lk-master/lib/pool/include/lib/
A Dpool.h92 #define POOL_STORAGE_SIZE(object_size, object_align, object_count) \ macro
99 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