Uses of Class
org.capnproto.BuilderArena.AllocateResult
-
-
Uses of BuilderArena.AllocateResult in org.capnproto
Methods in org.capnproto that return BuilderArena.AllocateResult Modifier and Type Method Description BuilderArena.AllocateResultBuilderArena. allocate(int amount)Allocates `amount` words in an existing segment or, if no suitable segment exists, in a new segment.
-