|
Squid Web Cache v8/master
|
Named SBuf::reserve() parameters. Defaults ask for and restrict nothing. More...
#include <SBuf.h>
Public Types | |
| typedef SBuf::size_type | size_type |
Public Attributes | |
| size_type | idealSpace = 0 |
| if allocating anyway, provide this much space | |
| size_type | minSpace = 0 |
| allocate [at least this much] if spaceSize() is smaller | |
| size_type | maxCapacity = SBuf::maxSize |
| do not allocate more than this | |
| bool | allowShared = true |
| whether sharing our storage with others is OK | |
| bool SBufReservationRequirements::allowShared = true |
Definition at line 713 of file SBuf.h.
Referenced by Server::maybeMakeSpaceAvailable(), SBuf::reserve(), and TestSBuf::testReserve().
| size_type SBufReservationRequirements::idealSpace = 0 |
Definition at line 710 of file SBuf.h.
Referenced by Server::maybeMakeSpaceAvailable(), SBuf::reserve(), and TestSBuf::testReserve().
| size_type SBufReservationRequirements::maxCapacity = SBuf::maxSize |
Definition at line 712 of file SBuf.h.
Referenced by Server::maybeMakeSpaceAvailable(), SBuf::reserve(), and TestSBuf::testReserve().
| size_type SBufReservationRequirements::minSpace = 0 |
Definition at line 711 of file SBuf.h.
Referenced by JoinContainerIntoSBuf(), Server::maybeMakeSpaceAvailable(), SBuf::reserve(), and TestSBuf::testReserve().