You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _LIGHTTPD_SYS_MEMORY_H_
|
|
#define _LIGHTTPD_SYS_MEMORY_H_
|
|
|
|
/* returns the currently used memory (RSS, resident set size) in bytes or 0 on failure */
|
|
LI_API gsize li_memory_usage(void);
|
|
|
|
#endif
|