Changeset 28311 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 14, 2010 3:46:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/alloc-posix.cpp
r27492 r28311 189 189 if (!rc) 190 190 { 191 bzero(pv, RT_ALIGN_Z(cb, PAGE_SIZE));191 RT_BZERO(pv, RT_ALIGN_Z(cb, PAGE_SIZE)); 192 192 return pv; 193 193 }
Note:
See TracChangeset
for help on using the changeset viewer.