Searched refs:bytesToAllocate (Results 1 – 1 of 1) sorted by relevance
1946 const int bytesToAllocate = (int)((unsigned)len * 2U); in XML_Parse() local1947 if (bytesToAllocate > 0) { in XML_Parse()1948 temp = (char *)REALLOC(parser, parser->m_buffer, bytesToAllocate); in XML_Parse()1957 parser->m_bufferLim = parser->m_buffer + bytesToAllocate; in XML_Parse()7309 const int bytesToAllocate in poolBytesToAllocateFor() local7311 if (bytesToAllocate < 0) in poolBytesToAllocateFor()7314 return (size_t)bytesToAllocate; in poolBytesToAllocateFor()7346 size_t bytesToAllocate; in poolGrow() local7362 bytesToAllocate = poolBytesToAllocateFor(blockSize); in poolGrow()7363 if (bytesToAllocate == 0) in poolGrow()[all …]