VirtualBox

Changeset 310

Show
Ignore:
Timestamp:
01/25/07 16:58:01 (2 years ago)
Author:
vboxsync
Message:

Moved the simple heap type.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/iprt/heap.h

    r288 r310  
    2020 */ 
    2121 
    22  
    23 /* >>> heap.h */ 
    2422#ifndef __iprt_heap_h__ 
    2523#define __iprt_heap_h__ 
     
    2725#include <iprt/cdefs.h> 
    2826#include <iprt/types.h> 
    29  
    30 /* >>> types.h */ 
    31 /** Handle to a simple heap. */ 
    32 typedef struct RTHEAPSIMPLEINTERNAL *RTHEAPSIMPLE; 
    33 /** Pointer to a handle to a simple heap. */ 
    34 typedef RTHEAPSIMPLE *PRTHEAPSIMPLE; 
    35  
    36 /** NIL simple heap handle. */ 
    37 #define NIL_RTHEAPSIMPLE    ((RTHEAPSIMPLE)0) 
    38 /* <<< types.h */ 
    3927 
    4028__BEGIN_DECLS 
  • trunk/include/iprt/types.h

    r231 r310  
    966966#define NIL_RTTHREAD                                0 
    967967 
    968  
     968/** Handle to a simple heap. */ 
     969typedef struct RTHEAPSIMPLEINTERNAL                *RTHEAPSIMPLE; 
     970/** Pointer to a handle to a simple heap. */ 
     971typedef RTHEAPSIMPLE                               *PRTHEAPSIMPLE; 
     972/** NIL simple heap handle. */ 
     973#define NIL_RTHEAPSIMPLE                            ((RTHEAPSIMPLE)0) 
    969974 
    970975 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy