capnproto-dlang ~master (2022-01-25T00:15:37.4620521)
Dub
Repo
BuilderArena.AllocateResult
capnproto
BuilderArena
BuilderArena
Undocumented in source.
class
BuilderArena
struct
AllocateResult {
SegmentBuilder
*
segment
;
int
offset
;
this
(SegmentBuilder* segment, int offset);
}
Constructors
this
this
(SegmentBuilder* segment, int offset)
Undocumented in source.
Members
Variables
offset
int
offset
;
Undocumented in source.
segment
SegmentBuilder
*
segment
;
Undocumented in source.
Meta
Source
See Implementation
capnproto
BuilderArena
BuilderArena
constructors
this
enums
AllocationStrategy
functions
allocate
checkReadLimit
getSegment
getSegmentsForOutput
tryGetSegment
manifest constants
SUGGESTED_ALLOCATION_STRATEGY
SUGGESTED_FIRST_SEGMENT_WORDS
structs
AllocateResult
variables
allocationStrategy
nextSize
segments