|
58 | 58 | 'SDL_OpenAudio': ['malloc', 'free'],
|
59 | 59 | 'SDL_PushEvent': ['malloc', 'free'],
|
60 | 60 | 'SDL_free': ['free'],
|
61 |
| - 'SDL_getenv': ['malloc', 'free'], |
62 | 61 | 'SDL_malloc': ['malloc', 'free'],
|
63 |
| - '__ctype_b_loc': ['malloc', 'free'], |
64 |
| - '__ctype_tolower_loc': ['malloc', 'free'], |
65 |
| - '__ctype_toupper_loc': ['malloc', 'free'], |
66 | 62 | '__cxa_allocate_exception': ['malloc', 'free', 'setThrew'],
|
67 | 63 | '__cxa_begin_catch': ['_ZSt18uncaught_exceptionv', 'setThrew'],
|
68 | 64 | '__cxa_end_catch': ['free'],
|
|
92 | 88 | 'alcGetProcAddress': ['emscripten_GetAlcProcAddress'],
|
93 | 89 | 'alcGetString': ['malloc', 'free'],
|
94 | 90 | 'bind': ['htonl', 'htons', 'ntohs'],
|
95 |
| - 'calloc': ['malloc', 'free'], |
96 | 91 | 'connect': ['htonl', 'htons', 'ntohs'],
|
97 | 92 | 'ctime': ['_get_tzname', '_get_daylight', '_get_timezone', 'malloc', 'free'],
|
98 | 93 | 'ctime_r': ['_get_tzname', '_get_daylight', '_get_timezone', 'malloc', 'free'],
|
|
176 | 171 | 'emscripten_wget_data': ['malloc', 'free'],
|
177 | 172 | 'formatString': ['strlen'],
|
178 | 173 | 'freeaddrinfo': ['free'],
|
179 |
| - 'freelocale': ['free'], |
180 |
| - 'freopen': ['free'], |
181 | 174 | 'gai_strerror': ['malloc', 'free'],
|
182 | 175 | 'getaddrinfo': ['malloc', 'free', 'htonl', 'htons', 'ntohs'],
|
183 |
| - 'getenv': ['malloc', 'free'], |
184 | 176 | 'gethostbyname': ['malloc', 'free', 'htons', 'ntohs', 'memcpy'],
|
185 | 177 | 'gethostbyname_r': ['malloc', 'free', 'htons', 'ntohs', 'memcpy'],
|
186 |
| - 'getlogin': ['malloc', 'free'], |
187 | 178 | 'getnameinfo': ['htons', 'ntohs'],
|
188 | 179 | 'getpeername': ['htons', 'ntohs'],
|
189 | 180 | 'getrusage': ['memset'],
|
|
204 | 195 | 'mktime': ['_get_tzname', '_get_daylight', '_get_timezone', 'malloc', 'free'],
|
205 | 196 | 'mmap': ['memalign', 'memset', 'malloc', 'free'],
|
206 | 197 | 'munmap': ['memalign', 'memset', 'malloc', 'free'],
|
207 |
| - 'newlocale': ['malloc', 'free'], |
208 | 198 | 'nl_langinfo': ['malloc', 'free'],
|
209 | 199 | 'pthread_create': ['malloc', 'free', 'emscripten_main_thread_process_queued_calls'],
|
210 | 200 | 'readdir': ['malloc', 'free'],
|
211 |
| - 'realloc': ['malloc', 'free'], |
212 |
| - 'realpath': ['malloc', 'free'], |
213 | 201 | 'recv': ['htons', 'ntohs'],
|
214 | 202 | 'send': ['htons', 'ntohs'],
|
215 | 203 | 'setjmp': ['setThrew', 'realloc', 'testSetjmp', 'saveSetjmp'],
|
|
218 | 206 | 'sleep': ['usleep'],
|
219 | 207 | 'socket': ['htonl', 'htons', 'ntohs'],
|
220 | 208 | 'socketpair': ['htons', 'ntohs'],
|
221 |
| - 'strerror': ['malloc', 'free'], |
222 | 209 | 'stringToNewUTF8': ['malloc', 'free'],
|
223 |
| - 'syslog': ['malloc', 'htons', 'ntohs'], |
224 | 210 | 'timegm': ['_get_tzname', '_get_daylight', '_get_timezone', 'malloc', 'free'],
|
225 | 211 | 'times': ['memset'],
|
226 |
| - 'tmpnam': ['malloc', 'free'], |
227 |
| - 'ttyname': ['malloc', 'free'], |
228 | 212 | 'tzset': ['_get_tzname', '_get_daylight', '_get_timezone', 'malloc', 'free'],
|
229 | 213 | 'uuid_clear': ['memset'],
|
230 | 214 | 'uuid_compare': ['memcmp', 'memcpy', 'memset'],
|
|
0 commit comments