Searched refs:fSingleAllocationByteLimit (Results 1 – 2 of 2) sorted by relevance
68 fSingleAllocationByteLimit = 0; in init()510 size_t oldLimit = fSingleAllocationByteLimit; in setSingleAllocationByteLimit()511 fSingleAllocationByteLimit = newLimit; in setSingleAllocationByteLimit()516 return fSingleAllocationByteLimit; in getSingleAllocationByteLimit()521 size_t limit = fSingleAllocationByteLimit; in getEffectiveSingleAllocationByteLimit()
268 size_t fSingleAllocationByteLimit; variable