Home | History | Annotate | Download | only in src

Lines Matching defs:ReserveSpace

398   virtual bool ReserveSpace(int bytes) = 0;
1109 virtual bool ReserveSpace(int bytes);
1111 // Used by ReserveSpace.
1381 virtual bool ReserveSpace(int bytes) {
1619 virtual bool ReserveSpace(int bytes);
2289 // See the comments for ReserveSpace in the Space class. This has to be
2290 // called after ReserveSpace has been called on the paged spaces, since they
2292 virtual bool ReserveSpace(int bytes);