blob: a950302b10f6e19a0cb426b6d0c908a08eb94558 [file] [log] [blame] [edit]
{
"freopen": ["free"],
"munmap": ["free"],
"getenv": ["malloc", "free"],
"dlerror": ["malloc", "free"],
"readdir": ["malloc"],
"ttyname": ["malloc"],
"calloc": ["malloc"],
"realloc": ["malloc", "free"],
"getlogin": ["malloc"],
"tmpnam": ["malloc"],
"mmap": ["malloc"],
"realpath": ["malloc"],
"strerror": ["malloc"],
"__ctype_b_loc": ["malloc"],
"__ctype_tolower_loc": ["malloc"],
"__ctype_toupper_loc": ["malloc"],
"newlocale": ["malloc"],
"freelocale": ["free"],
"nl_langinfo": ["malloc"],
"inet_ntoa": ["malloc"],
"gethostbyname": ["malloc"],
"gethostbyname_r": ["free"],
"getaddrinfo": ["malloc", "htonl", "htons", "ntohs"],
"freeaddrinfo": ["free"],
"gai_strerror": ["malloc"],
"setprotoent": ["malloc"],
"emscripten_run_script_string": ["malloc", "free"],
"uuid_compare": ["memcmp"],
"SDL_Init": ["malloc", "free"],
"SDL_GL_GetProcAddress": ["emscripten_GetProcAddress"],
"Mix_LoadWAV_RW": ["fileno"],
"eglGetProcAddress": ["emscripten_GetProcAddress"],
"glfwGetProcAddress": ["emscripten_GetProcAddress"],
"emscripten_GetProcAddress": ["strstr"],
"emscripten_get_preloaded_image_data_from_FILE": ["fileno"],
"__cxa_begin_catch": ["__cxa_can_catch", "__cxa_is_pointer_type"],
"emscripten_log": ["strlen"],
"setjmp": ["realloc"],
"glfwSleep": ["sleep"],
"bind": ["htonl", "htons", "ntohs"],
"connect": ["htonl", "htons", "ntohs"],
"socket": ["htonl", "htons", "ntohs"],
"sleep": ["usleep"]
}