Home | History | Annotate | Download | only in AST

Lines Matching defs:Start

61   void *Start = Context.Allocate(Size + Extra + 8);
62 void *Result = (char*)Start + 8;
82 // padding at the start if required.