LibDap
This library contains the basic modules that are used in the products of the family DAP
Data Structures | Typedefs | Functions
dap_process_memory.h File Reference
#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 Documentation

Function Documentation

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

Parameters
[in]pidPID
Returns
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

Returns