|
PAPI
5.0.1.0
|

Go to the source code of this file.
Functions | |
| int | _darwin_get_dmem_info (PAPI_dmem_info_t *d) |
| int | _darwin_get_memory_info (PAPI_hw_info_t *hwinfo, int cpu_type) |
| int | _darwin_update_shlib_info (papi_mdi_t *mdi) |
| int _darwin_get_dmem_info | ( | PAPI_dmem_info_t * | d | ) |
| int _darwin_get_memory_info | ( | PAPI_hw_info_t * | hwinfo, |
| int | cpu_type | ||
| ) |
< No error
Definition at line 65 of file darwin-memory.c.
{
( void ) cpu_type; /*unused */
int retval = PAPI_OK;
x86_get_memory_info( hwinfo );
return retval;
}

| int _darwin_update_shlib_info | ( | papi_mdi_t * | mdi | ) |
< No error
Definition at line 76 of file darwin-memory.c.
{
return PAPI_OK;
}
