|
@@ -49,12 +49,12 @@ typedef struct dmmstats_s {
|
|
#ifdef REQUEST_SIZE_INFO
|
|
#ifdef REQUEST_SIZE_INFO
|
|
/** Returns the total memory currently requested by the application. */
|
|
/** Returns the total memory currently requested by the application. */
|
|
size_t get_total_requested_memory(void);
|
|
size_t get_total_requested_memory(void);
|
|
|
|
+
|
|
|
|
+/** Returns the current utilization index. */
|
|
|
|
+long double get_utilization_index(void);
|
|
#endif /* REQUEST_SIZE_INFO */
|
|
#endif /* REQUEST_SIZE_INFO */
|
|
|
|
|
|
/** Returns the total memory currently allocated for the application. */
|
|
/** Returns the total memory currently allocated for the application. */
|
|
size_t get_total_allocated_memory(void);
|
|
size_t get_total_allocated_memory(void);
|
|
|
|
|
|
-/** Returns the current utilization index. */
|
|
|
|
-long double get_utilization_index(void);
|
|
|
|
-
|
|
|
|
#endif /* DMMSTATS_H */
|
|
#endif /* DMMSTATS_H */
|