Searched refs:bytesToAllocate (Results 1 – 1 of 1) sorted by relevance
7731 const int bytesToAllocate in poolBytesToAllocateFor() local7733 if (bytesToAllocate < 0) in poolBytesToAllocateFor()7736 return (size_t)bytesToAllocate; in poolBytesToAllocateFor()7768 size_t bytesToAllocate; in poolGrow() local7784 bytesToAllocate = poolBytesToAllocateFor(blockSize); in poolGrow()7785 if (bytesToAllocate == 0) in poolGrow()7789 (unsigned)bytesToAllocate); in poolGrow()7800 size_t bytesToAllocate; in poolGrow() local7825 bytesToAllocate = poolBytesToAllocateFor(blockSize); in poolGrow()7826 if (bytesToAllocate == 0) in poolGrow()[all …]