Return information about a device's memory usage
#include <gf/gf.h> int gf_dev_get_meminfo( gf_dev_t gdev, gf_mem_info_t * info) ;
gf
This function fills in a gf_mem_info_t structure with information about a device's memory usage.
The gf_mem_info_t structure contains at least these members:
Threads should not call this function between calls to gf_draw_begin() and gf_draw_end(), or a deadlock will occur. |
QNX Graphics Framework
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | Yes |