Home
last modified time | relevance | path

Searched refs:bytesToAllocate (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c1935 const int bytesToAllocate = (int)((unsigned)len * 2U); in XML_Parse() local
1936 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() local
7162 if (bytesToAllocate < 0) in poolBytesToAllocateFor()
7165 return (size_t)bytesToAllocate; in poolBytesToAllocateFor()
7197 size_t bytesToAllocate; in poolGrow() local
7213 bytesToAllocate = poolBytesToAllocateFor(blockSize); in poolGrow()
7214 if (bytesToAllocate == 0) in poolGrow()
[all …]