#ifndef ABC_MEMREGION_H #define ABC_MEMREGION_H #include void *allocFromMemRegion(size_t numBytes); void releaseMemRegion(void); void printInfoMemRegion(void); #endif // ABC_MEMREGION_H