X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStoragePriv.h;h=defe1425de16a66f99f50644c5c7a6e9a8a2f759;hb=bbab3c15e58912433d5f2b5dcd2344f5a176848c;hp=24b7a843ecec687963e27a0dde4975555b140904;hpb=c3d9b5637fd00510809a7bb0bdcbcf521636706b;p=ghc-hetmet.git diff --git a/ghc/rts/StoragePriv.h b/ghc/rts/StoragePriv.h index 24b7a84..defe142 100644 --- a/ghc/rts/StoragePriv.h +++ b/ghc/rts/StoragePriv.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StoragePriv.h,v 1.4 1999/01/18 15:21:40 simonm Exp $ + * $Id: StoragePriv.h,v 1.5 1999/01/19 17:06:05 simonm Exp $ * * Internal Storage Manger Interface * @@ -106,6 +106,8 @@ extern nat nursery_blocks; extern nat alloc_blocks; extern nat alloc_blocks_lim; +extern bdescr *allocNursery (bdescr *last_bd, nat blocks); + static inline void dbl_link_onto(bdescr *bd, bdescr **list) {