Searched refs:fSingleAllocationByteLimit (Results 1 – 2 of 2) sorted by relevance
87 fSingleAllocationByteLimit = 0; in init()420 size_t oldLimit = fSingleAllocationByteLimit; in setSingleAllocationByteLimit()421 fSingleAllocationByteLimit = newLimit; in setSingleAllocationByteLimit()426 return fSingleAllocationByteLimit; in getSingleAllocationByteLimit()431 size_t limit = fSingleAllocationByteLimit; in getEffectiveSingleAllocationByteLimit()
271 size_t fSingleAllocationByteLimit; variable