VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (9 years ago)
Author:
vboxsync
Message:

*: scm cleanup run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/alloc/heapsimple.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#define LOG_GROUP RTLOGGROUP_DEFAULT
    3232#include <iprt/heap.h>
     
    4343
    4444
    45 /*******************************************************************************
    46 *   Structures and Typedefs                                                    *
    47 *******************************************************************************/
     45/*********************************************************************************************************************************
     46*   Structures and Typedefs                                                                                                      *
     47*********************************************************************************************************************************/
    4848/** Pointer to the heap anchor block. */
    4949typedef struct RTHEAPSIMPLEINTERNAL *PRTHEAPSIMPLEINTERNAL;
     
    165165
    166166
    167 /*******************************************************************************
    168 *   Defined Constants And Macros                                               *
    169 *******************************************************************************/
     167/*********************************************************************************************************************************
     168*   Defined Constants And Macros                                                                                                 *
     169*********************************************************************************************************************************/
    170170#ifdef RT_STRICT
    171171# define RTHEAPSIMPLE_STRICT 1
     
    268268
    269269
    270 /*******************************************************************************
    271 *   Internal Functions                                                         *
    272 *******************************************************************************/
     270/*********************************************************************************************************************************
     271*   Internal Functions                                                                                                           *
     272*********************************************************************************************************************************/
    273273#ifdef RTHEAPSIMPLE_STRICT
    274274static void rtHeapSimpleAssertAll(PRTHEAPSIMPLEINTERNAL pHeapInt);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette