code to compute unit boundaries and allocation function
[IRC.git] / Robust / src / Runtime / bamboo / pmc_mem.h
1 #ifndef PMC_MEM_H
2 #define PMC_MEM_H
3
4 void * pmc_alloc(unsigned int * numbytesallocated, unsigned int minimumbytes);
5
6 #endif