Searched refs:bytesToAllocate (Results 1 – 1 of 1) sorted by relevance
1935 const int bytesToAllocate = (int)((unsigned)len * 2U); in XML_Parse() local1936 if (bytesToAllocate > 0) { in XML_Parse()1937 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse()1946 parser->m_bufferLim = parser->m_buffer + bytesToAllocate; in XML_Parse()7160 const int bytesToAllocate in poolBytesToAllocateFor() local7162 if (bytesToAllocate < 0) in poolBytesToAllocateFor()7165 return (size_t)bytesToAllocate; in poolBytesToAllocateFor()7197 size_t bytesToAllocate; in poolGrow() local7213 bytesToAllocate = poolBytesToAllocateFor(blockSize); in poolGrow()7214 if (bytesToAllocate == 0) in poolGrow()[all …]