Lines Matching refs:bytesToAllocate
1946 const int bytesToAllocate = (int)((unsigned)len * 2U);
1947 if (bytesToAllocate > 0) {
1948 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate);
1957 parser->m_bufferLim = parser->m_buffer + bytesToAllocate;
7309 const int bytesToAllocate
7311 if (bytesToAllocate < 0)
7314 return (size_t)bytesToAllocate;
7346 size_t bytesToAllocate;
7362 bytesToAllocate = poolBytesToAllocateFor(blockSize);
7363 if (bytesToAllocate == 0)
7367 (unsigned)bytesToAllocate);
7378 size_t bytesToAllocate;
7403 bytesToAllocate = poolBytesToAllocateFor(blockSize);
7404 if (bytesToAllocate == 0)
7407 tem = pool->mem->malloc_fcn(bytesToAllocate);