Revision 43daa664ac58ab3b0664ddf9261be1bf33bf9ce1 authored by Alon Zakai on 01 May 2015, 21:34:40 UTC, committed by Alon Zakai on 01 May 2015, 21:39:01 UTC
1 parent 43db931
Raw File
deps_info.json
{
  "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"],
  "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"],
  "eglGetProcAddress": ["emscripten_GetProcAddress"],
  "glfwGetProcAddress": ["emscripten_GetProcAddress"],
  "emscripten_GetProcAddress": ["strstr"],
  "__cxa_begin_catch": ["__cxa_can_catch", "__cxa_is_pointer_type"]
}

back to top