X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStoragePriv.h;h=c829e7894437e8070e6f6d64860d0ad6613c0f27;hb=553e90d9a32ee1b1809430f260c401cc4169c6c7;hp=556c6129dbc92e9218f3ba572ed514a3183e3106;hpb=0d27d151101204f3b3e12284566b366946dec12b;p=ghc-hetmet.git diff --git a/ghc/rts/StoragePriv.h b/ghc/rts/StoragePriv.h index 556c612..c829e78 100644 --- a/ghc/rts/StoragePriv.h +++ b/ghc/rts/StoragePriv.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StoragePriv.h,v 1.24 2002/12/19 14:33:23 simonmar Exp $ + * $Id: StoragePriv.h,v 1.26 2004/07/21 10:47:29 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -48,7 +48,7 @@ extern bdescr *nursery; extern nat alloc_blocks; extern nat alloc_blocks_lim; -extern lnat total_allocated; +extern ullong total_allocated; /* Nursery manipulation */ extern void allocNurseries ( void ); @@ -62,7 +62,7 @@ extern lnat calcAllocated ( void ); extern lnat calcLive ( void ); extern lnat calcNeeded ( void ); -static inline void +INLINE_HEADER void dbl_link_onto(bdescr *bd, bdescr **list) { bd->link = *list;