예제 #1
0
파일: Storage.c 프로젝트: LeapYear/ghc
void
exitStorage (void)
{
    updateNurseriesStats();
    stat_exit();
}
예제 #2
0
파일: Storage.c 프로젝트: Eufavn/ghc
void
exitStorage (void)
{
    lnat allocated = updateNurseriesStats();
    stat_exit(allocated);
}