Searched refs:bufferSize (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/projects/refos/impl/libs/libdatastruct/include/data_struct/
H A Dcbpool.h29 void cbpool_init_static(cbpool_t *p, uint32_t size, char *buffer, int bufferSize);
/seL4-refos-master/libs/libdatastruct/include/data_struct/
H A Dcbpool.h29 void cbpool_init_static(cbpool_t *p, uint32_t size, char *buffer, int bufferSize);
/seL4-refos-master/projects/refos/impl/libs/libdatastruct/src/
H A Dcbpool.c20 void cbpool_init_static(cbpool_t *p, uint32_t size, char *buffer, int bufferSize) { argument
25 assert(p->size_ntiles * sizeof(uint32_t) <= bufferSize);
/seL4-refos-master/libs/libdatastruct/src/
H A Dcbpool.c20 void cbpool_init_static(cbpool_t *p, uint32_t size, char *buffer, int bufferSize) { argument
25 assert(p->size_ntiles * sizeof(uint32_t) <= bufferSize);

Completed in 30 milliseconds