VirtualBox

Changeset 310 in vbox


Ignore:
Timestamp:
Jan 25, 2007 3:58:01 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17859
Message:

Moved the simple heap type.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

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