Changeset 30827 in vbox
- Timestamp:
- Jul 14, 2010 12:49:36 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
-
include/iprt/mem.h (modified) (2 diffs)
-
src/VBox/Runtime/Makefile.kmk (modified) (1 diff)
-
src/VBox/Runtime/common/misc/RTMemWipeThoroughly.cpp (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mem.h
r28800 r30827 4 4 5 5 /* 6 * Copyright (C) 2006-20 07Oracle Corporation6 * Copyright (C) 2006-2010 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 254 254 RTDECL(int) RTMemProtect(void *pv, size_t cb, unsigned fProtect) RT_NO_THROW; 255 255 256 /** 257 * Goes thru some pains to make sure the specified memory block is thoroughly 258 * scrambled. 259 * 260 * @param pv The start of the memory block. 261 * @param cb The size of the memory block. 262 * @param cMinPasses The minimum number of passes to make. 263 */ 264 RTDECL(void) RTMemWipeThoroughly(void *pv, size_t cb, size_t cMinPasses) RT_NO_THROW; 256 265 257 266 #ifdef IN_RING0 -
trunk/src/VBox/Runtime/Makefile.kmk
r30293 r30827 259 259 common/misc/RTFileOpenF.cpp \ 260 260 common/misc/RTFileOpenV.cpp \ 261 common/misc/RTMemWipeThoroughly.cpp \ 261 262 common/misc/assert.cpp \ 262 263 common/misc/buildconfig.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.

