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.
lighttpd2/include/lighttpd/sys_memory.h

8 lines
199 B
C

#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