Changeset 57358 in vbox for trunk/src/VBox/Runtime/common/alloc/memcache.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/memcache.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <iprt/memcache.h> 32 32 #include "internal/iprt.h" … … 42 42 43 43 44 /******************************************************************************* 45 * Structures and Typedefs *46 ******************************************************************************* /44 /********************************************************************************************************************************* 45 * Structures and Typedefs * 46 *********************************************************************************************************************************/ 47 47 /** Pointer to a cache instance. */ 48 48 typedef struct RTMEMCACHEINT *PRTMEMCACHEINT; … … 150 150 151 151 152 /******************************************************************************* 153 * Internal Functions *154 ******************************************************************************* /152 /********************************************************************************************************************************* 153 * Internal Functions * 154 *********************************************************************************************************************************/ 155 155 static void rtMemCacheFreeList(RTMEMCACHEINT *pThis, PRTMEMCACHEFREEOBJ pHead); 156 156
Note:
See TracChangeset
for help on using the changeset viewer.