logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PAPI_get_dmem_info - Get information about the dynamic memory usage of the current program.

Author

       Generated automatically by Doxygen for PAPI from the source code.

Version 7.1.0.0                                  Thu Dec 14 2023                           PAPI_get_dmem_info(3)

Detailed Description

CPrototype:
           #include <papi.h>
            int PAPI_get_dmem_info(PAPI_dmem_info_t*dest);

       Parametersdest structure to be filled in PAPI_dmem_info_tReturnvaluesPAPI_ECMP The function is not implemented for the current component.
           PAPI_EINVAL Any value in the structure or array may be undefined as indicated by this error value.
           PAPI_SYS A system error occurred.

       Note
           This function is only implemented for the Linux operating system. This function takes a pointer to a
           PAPI_dmem_info_t structure and returns with the structure fields filled in. A value of PAPI_EINVAL in
           any field indicates an undefined parameter.

       SeealsoPAPI_get_executable_infoPAPI_get_hardware_infoPAPI_get_optPAPI_library_init

Name

       PAPI_get_dmem_info - Get information about the dynamic memory usage of the current program.

Synopsis

See Also