#include "uv.h"
#include "internal.h"
#include <assert.h>
#include <stdint.h>
#include <errno.h>
#include <mach/mach.h>
#include <mach/mach_time.h>
#include <mach-o/dyld.h>
#include <sys/resource.h>
#include <sys/sysctl.h>
#include <unistd.h>
Go to the source code of this file.
◆ uv__hrtime()
◆ uv__platform_loop_delete()
void uv__platform_loop_delete |
( |
uv_loop_t * |
loop | ) |
|
◆ uv__platform_loop_init()
◆ uv_cpu_info()
◆ uv_exepath()
int uv_exepath |
( |
char * |
buffer, |
|
|
size_t * |
size |
|
) |
| |
◆ uv_get_constrained_memory()
uint64_t uv_get_constrained_memory |
( |
void |
| ) |
|
◆ uv_get_free_memory()
◆ uv_get_total_memory()
◆ uv_loadavg()
void uv_loadavg |
( |
double |
avg[3] | ) |
|
◆ uv_resident_set_memory()
int uv_resident_set_memory |
( |
size_t * |
rss | ) |
|
◆ uv_uptime()
int uv_uptime |
( |
double * |
uptime | ) |
|