HPCToolkit
fnbounds_table_interface.h
Go to the documentation of this file.
1 #ifndef FNBOUNDS_TABLE_IFACE
2 #define FNBOUNDS_TABLE_IFACE
3 #include <stddef.h>
4 
6 
8  void** table;
9  size_t len;
10 };
11 
13 
14 #endif // FNBOUNDS_TABLE_IFACE
fnbounds_table_t fnbounds_fetch_executable_table(void)