|
Tizen HAL API
1.0
|
The Memory provides functions for getting memory information.
#include <hal-device-memory.h>
The Memory provides the way to get memory information.
The Memory functions provide memory information including:
For more information on the Memory features and the macros, see HAL Memory programming guides and tutorials.
Typedefs | |
| typedef struct __hal_backend_device_memory_funcs | hal_backend_device_memory_funcs |
| Structure for Memory functions. | |
| struct __hal_backend_device_memory_funcs |
Structure for Memory functions.
Data Fields | |
| int(* | get_gpu_info )(const int pid, hal_device_memory_gpu_info_s *info) |
| int(* | get_gem_info )(const int pid, hal_device_memory_gem_info_s *info) |
| int(* __hal_backend_device_memory_funcs::get_gem_info)(const int pid, hal_device_memory_gem_info_s *info) |
Get GEM information
| int(* __hal_backend_device_memory_funcs::get_gpu_info)(const int pid, hal_device_memory_gpu_info_s *info) |
Get GPU information
| struct hal_device_memory_gpu_info_s |
Structure for Memory gpu information data.
Data Fields | |
| int | used_pages |
Used pages in GPU
| struct hal_device_memory_gem_info_s |
| typedef struct __hal_backend_device_memory_funcs hal_backend_device_memory_funcs |
Structure for Memory functions.