mozglue.def (629B)
1 ; This Source Code Form is subject to the terms of the Mozilla Public 2 ; License, v. 2.0. If a copy of the MPL was not distributed with this 3 ; file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 LIBRARY mozglue.dll 6 7 EXPORTS 8 ; symbols that are actually useful 9 malloc=je_malloc 10 calloc=je_calloc 11 realloc=je_realloc 12 free=je_free 13 posix_memalign=je_posix_memalign 14 malloc_usable_size=je_malloc_usable_size 15 malloc_good_size=je_malloc_good_size 16 _aligned_free=je_free 17 _aligned_malloc=wrap__aligned_malloc 18 strndup=wrap_strndup 19 strdup=wrap_strdup 20 _strdup=wrap_strdup 21 wcsdup=wrap_wcsdup 22 _wcsdup=wrap_wcsdup