Searched refs:kInitialSize (Results 1 – 1 of 1) sorted by relevance
118 static const int kInitialSize = 64; in ebAlloc() local123 newBuf->storage = (unsigned char*) malloc(kInitialSize); in ebAlloc()125 newBuf->maxLen = kInitialSize; in ebAlloc()