LibDap
This library contains the basic modules that are used in the products of the family DAP
|
#include <stdint.h>
#include <sys/types.h>
Go to the source code of this file.
Data Structures | |
struct | dap_process_memory |
Typedefs | |
typedef struct dap_process_memory | dap_process_memory_t |
Functions | |
dap_process_memory_t | get_proc_mem_current (void) |
get_proc_mem_current Get information about the amount of RAM consumed for the current process More... | |
dap_process_memory_t | get_proc_mem_by_pid (pid_t pid) |
get_proc_mem_by_pid Obtain information about the amount of RAM consumed for a particular process More... | |
typedef struct dap_process_memory dap_process_memory_t |
dap_process_memory_t get_proc_mem_by_pid | ( | pid_t | pid | ) |
get_proc_mem_by_pid Obtain information about the amount of RAM consumed for a particular process
[in] | pid | PID |
dap_process_memory_t get_proc_mem_current | ( | void | ) |
get_proc_mem_current Get information about the amount of RAM consumed for the current process