mutils v0.0.2 (2017-12-08T12:44:38Z)
Dub
Repo
Bucket.__anonymous
mutils
container_shared
shared_allocator
BucketAllocator
Bucket
Undocumented in source.
struct
Bucket
union
__anonymous {
void
[
bucketSize
]
data
;
Bucket
*
next
;
}
Members
Variables
data
void
[
bucketSize
]
data
;
Undocumented in source.
next
Bucket
*
next
;
Undocumented in source.
Meta
Source
See Implementation
mutils
container_shared
shared_allocator
BucketAllocator
Bucket
unions
__anonymous