Changeset 33540 in vbox for trunk/src/VBox/Runtime/r3/alloc-ef.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/alloc-ef.cpp
r31157 r33540 50 50 *******************************************************************************/ 51 51 #ifdef RTALLOC_EFENCE_TRACE 52 /** Spinlock protecting the all the blocks globals. */52 /** Spinlock protecting the all the block's globals. */ 53 53 static volatile uint32_t g_BlocksLock; 54 54 /** Tree tracking the allocations. */ … … 103 103 104 104 /** 105 * A quires the lock.105 * Acquires the lock. 106 106 */ 107 107 DECLINLINE(void) rtmemBlockLock(void)
Note:
See TracChangeset
for help on using the changeset viewer.