X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStorage.h;h=1886e0921ec7c7f662eb4d2a9e327539f76fd97f;hb=1525a5819aa3a6eae8d8b05cfe348a2384da0c84;hp=3a6bb2fde1ce6ea628d7af61959348f99a9ecef0;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/includes/Storage.h b/includes/Storage.h index 3a6bb2f..1886e09 100644 --- a/includes/Storage.h +++ b/includes/Storage.h @@ -166,6 +166,10 @@ doYouWantToGC( void ) return (alloc_blocks >= alloc_blocks_lim); } +/* memory allocator for executable memory */ +extern void *allocateExec (nat bytes); +extern void freeExec (void *p); + /* ----------------------------------------------------------------------------- Performing Garbage Collection