Changeset 52911 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Jan 7, 2010, 2:19:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r52791 r52911 3796 3796 } else { 3797 3797 #if ENABLE(FAST_MALLOC_MATCH_VALIDATION) 3798 old_ptr = pByte + sizeof(AllocAlignmentInteger);// Set old_ptr back to the user pointer.3798 old_ptr += sizeof(AllocAlignmentInteger); // Set old_ptr back to the user pointer. 3799 3799 #endif 3800 3800 return old_ptr;
Note:
See TracChangeset
for help on using the changeset viewer.