Changeset 57358 in vbox for trunk/src/VBox/Runtime/common/alloc/heapsimple.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/heapsimple.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #define LOG_GROUP RTLOGGROUP_DEFAULT 32 32 #include <iprt/heap.h> … … 43 43 44 44 45 /******************************************************************************* 46 * Structures and Typedefs *47 ******************************************************************************* /45 /********************************************************************************************************************************* 46 * Structures and Typedefs * 47 *********************************************************************************************************************************/ 48 48 /** Pointer to the heap anchor block. */ 49 49 typedef struct RTHEAPSIMPLEINTERNAL *PRTHEAPSIMPLEINTERNAL; … … 165 165 166 166 167 /******************************************************************************* 168 * Defined Constants And Macros *169 ******************************************************************************* /167 /********************************************************************************************************************************* 168 * Defined Constants And Macros * 169 *********************************************************************************************************************************/ 170 170 #ifdef RT_STRICT 171 171 # define RTHEAPSIMPLE_STRICT 1 … … 268 268 269 269 270 /******************************************************************************* 271 * Internal Functions *272 ******************************************************************************* /270 /********************************************************************************************************************************* 271 * Internal Functions * 272 *********************************************************************************************************************************/ 273 273 #ifdef RTHEAPSIMPLE_STRICT 274 274 static void rtHeapSimpleAssertAll(PRTHEAPSIMPLEINTERNAL pHeapInt);
Note:
See TracChangeset
for help on using the changeset viewer.