2
0
Fork 0
lighttpd2/include/lighttpd/sys_memory.h

8 lines
199 B
C
Raw Normal View History

#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