Searched refs:fSingleAllocationByteLimit (Results 1 – 2 of 2) sorted by relevance
65 fSingleAllocationByteLimit = 0; in init()483 size_t oldLimit = fSingleAllocationByteLimit; in setSingleAllocationByteLimit()484 fSingleAllocationByteLimit = newLimit; in setSingleAllocationByteLimit()489 return fSingleAllocationByteLimit; in getSingleAllocationByteLimit()494 size_t limit = fSingleAllocationByteLimit; in getEffectiveSingleAllocationByteLimit()
248 size_t fSingleAllocationByteLimit; variable