Searched refs:fSingleAllocationByteLimit (Results 1 – 4 of 4) sorted by relevance
86 fSingleAllocationByteLimit = 0; in init()417 size_t oldLimit = fSingleAllocationByteLimit; in setSingleAllocationByteLimit()418 fSingleAllocationByteLimit = newLimit; in setSingleAllocationByteLimit()423 return fSingleAllocationByteLimit; in getSingleAllocationByteLimit()428 size_t limit = fSingleAllocationByteLimit; in getEffectiveSingleAllocationByteLimit()
270 size_t fSingleAllocationByteLimit; variable