Searched refs:bytesToAllocate (Results 1 – 1 of 1) sorted by relevance
1938 if (bytesToAllocate > 0) { in XML_Parse()7287 const int bytesToAllocate in poolBytesToAllocateFor() local7289 if (bytesToAllocate < 0) in poolBytesToAllocateFor()7292 return (size_t)bytesToAllocate; in poolBytesToAllocateFor()7324 size_t bytesToAllocate; in poolGrow() local7340 bytesToAllocate = poolBytesToAllocateFor(blockSize); in poolGrow()7341 if (bytesToAllocate == 0) in poolGrow()7356 size_t bytesToAllocate; in poolGrow() local7381 bytesToAllocate = poolBytesToAllocateFor(blockSize); in poolGrow()7382 if (bytesToAllocate == 0) in poolGrow()[all …]