Changeset 124 for branches/samba-3.0/source/lib/clobber.c
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/lib/clobber.c
r1 r124 55 55 * marking might not actually take effect if we're not running 56 56 * under valgrind.) */ 57 #if defined(VALGRIND_MAKE_MEM_UNDEFINED) 58 VALGRIND_MAKE_MEM_UNDEFINED(dest, len); 59 #elif defined(VALGRIND_MAKE_WRITABLE) 57 60 VALGRIND_MAKE_WRITABLE(dest, len); 61 #endif 58 62 #endif /* VALGRIND */ 59 63 #endif /* DEVELOPER */
Note:
See TracChangeset
for help on using the changeset viewer.