Lines Matching defs:bytesToAllocate
7463 const int bytesToAllocate
7465 if (bytesToAllocate < 0)
7468 return (size_t)bytesToAllocate;
7500 size_t bytesToAllocate;
7516 bytesToAllocate = poolBytesToAllocateFor(blockSize);
7517 if (bytesToAllocate == 0)
7521 (unsigned)bytesToAllocate);
7532 size_t bytesToAllocate;
7557 bytesToAllocate = poolBytesToAllocateFor(blockSize);
7558 if (bytesToAllocate == 0)
7561 tem = pool->mem->malloc_fcn(bytesToAllocate);