Searched refs:fAssemblyBufferAllocatedSize (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/shared/
H A DJson.cpp52 fAssemblyBufferAllocatedSize(0),
57 fAssemblyBufferAllocatedSize = kInitialAssemblyBufferSize;
79 if (fAssemblyBufferAllocatedSize > kRetainedAssemblyBufferSize) {
82 fAssemblyBufferAllocatedSize = 0;
85 fAssemblyBufferAllocatedSize = kRetainedAssemblyBufferSize;
138 if (fAssemblyBufferAllocatedSize < minimumSize) {
152 fAssemblyBufferAllocatedSize = 0;
155 fAssemblyBufferAllocatedSize = requestedSize;
162 size_t fAssemblyBufferAllocatedSize; member in class:BPrivate::JsonParseAssemblyBuffer

Completed in 28 milliseconds