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/r3/posix/rtmempage-exec-mmap-heap-posix.cpp

    r56290 r57358  
    2626
    2727
    28 /*******************************************************************************
    29 *   Header Files                                                               *
    30 *******************************************************************************/
     28/*********************************************************************************************************************************
     29*   Header Files                                                                                                                 *
     30*********************************************************************************************************************************/
    3131#include "internal/iprt.h"
    3232#include <iprt/mem.h>
     
    5151
    5252
    53 /*******************************************************************************
    54 *   Defined Constants And Macros                                               *
    55 *******************************************************************************/
     53/*********************************************************************************************************************************
     54*   Defined Constants And Macros                                                                                                 *
     55*********************************************************************************************************************************/
    5656/** Threshold at which to we switch to simply calling mmap. */
    5757#define RTMEMPAGEPOSIX_MMAP_THRESHOLD   _128K
     
    6363
    6464
    65 /*******************************************************************************
    66 *   Structures and Typedefs                                                    *
    67 *******************************************************************************/
     65/*********************************************************************************************************************************
     66*   Structures and Typedefs                                                                                                      *
     67*********************************************************************************************************************************/
    6868/** Pointer to a page heap block. */
    6969typedef struct RTHEAPPAGEBLOCK *PRTHEAPPAGEBLOCK;
     
    135135
    136136
    137 /*******************************************************************************
    138 *   Global Variables                                                           *
    139 *******************************************************************************/
     137/*********************************************************************************************************************************
     138*   Global Variables                                                                                                             *
     139*********************************************************************************************************************************/
    140140/** Initialize once structure. */
    141141static RTONCE       g_MemPagePosixInitOnce = RTONCE_INITIALIZER;
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