  | 
  
    My Project
    
   programmer's documentation 
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef __BFT_MEM_USAGE_H__ 
    2 #define __BFT_MEM_USAGE_H__ 
 
void bft_mem_usage_n_calls(size_t count[3])
Definition: bft_mem_usage.c:754
 
void bft_mem_usage_init(void)
Initialize memory usage count depending on system.
Definition: bft_mem_usage.c:452
 
size_t bft_mem_usage_pr_size(void)
Return current process memory use (in kB) depending on system.
Definition: bft_mem_usage.c:723
 
#define END_C_DECLS
Definition: cs_defs.h:468
 
size_t bft_mem_usage_max_pr_size(void)
Definition: bft_mem_usage.c:739
 
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
 
int bft_mem_usage_initialized(void)
Indicates if bft_mem_usage_...() functions are initialized.
Definition: bft_mem_usage.c:497
 
void bft_mem_usage_end(void)
End memory usage count depending on system.
Definition: bft_mem_usage.c:483