- Timestamp:
- Jan 15, 2025 3:36:22 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 166925
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/allocex.cpp
r106061 r107787 68 68 * Align the request. 69 69 */ 70 size_t cbAligned = cb;70 size_t cbAligned; 71 71 if (cbAlignment) 72 72 cbAligned = RT_ALIGN_Z(cb, cbAlignment);
Note:
See TracChangeset
for help on using the changeset viewer.