Searched refs:structSize (Results 1 – 2 of 2) sorted by relevance
41 size_t bufSize, size_t structSize) in StructRingBuf_construct() argument49 object->structSize = structSize; in StructRingBuf_construct()66 memcpy(data, &object->buffer[object->structSize * object->tail], object->structSize); in StructRingBuf_get()104 *data = &object->buffer[object->structSize * object->tail]; in StructRingBuf_peek()121 memcpy(&object->buffer[object->structSize * next], data, object->structSize); in StructRingBuf_put()
52 size_t structSize; member69 size_t bufSize, size_t structSize);