It appears that we can now successfully all of spec and libgcj, flow-sensitively...
[official-gcc.git] / libjava / include / mem_usage.h
blob070c9c8090d4dc19435ec30f209548c2330082a6
1 void note_memory_usage (const char* note, jsize size);
3 #undef NOTE_MEMORY_USAGE
4 #ifdef PRINT_ALLOCATION_INFO
5 #define NOTE_MEMORY_USAGE(NOTE, SIZE) note_memory_usage ((NOTE), (SIZE))
6 #else
7 #define NOTE_MEMORY_USAGE(NOTE, SIZE)
8 #endif