Home | History | Annotate | Download | only in src

Lines Matching refs:extra_bytes

1296   size_t extra_bytes = data_offset + alignment - 1;
1297 if (size + extra_bytes < size) return NULL; // Overflow
1298 p = DebugAllocate(size + extra_bytes, MallocBlock::kMallocType);