1 /* -----------------------------------------------------------------------------
5 * -------------------------------------------------------------------------- */
9 // Out-of-line string functions, see PrimPacked.lhs
10 HsInt ghc_strlen( HsAddr a );
11 HsInt ghc_memcmp( HsAddr a1, HsAddr a2, HsInt len );
12 HsInt ghc_memcmp_off( HsAddr a1, HsInt i, HsAddr a2, HsInt len );
15 void enableTimingStats( void );
16 void setHeapSize( HsInt size );