Changeset 106597 in vbox
- Timestamp:
- Oct 23, 2024 12:53:16 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/zero.cpp
r106061 r106597 44 44 #include <iprt/zero.h> 45 45 46 #if !defined(RT_ARCH_ARM64) && !defined(RT_OS_LINUX) 46 47 uint8_t const g_abRTZeroPage[PAGE_SIZE] = { 0 }; 48 #endif 47 49 uint8_t const g_abRTZero4K[_4K] = { 0 }; 48 50 uint8_t const g_abRTZero8K[_8K] = { 0 };
Note:
See TracChangeset
for help on using the changeset viewer.