Bug 697085 - Link to Mac malloc header in memory/jemalloc/osx_zone_types.h. DONTBUILD r=gerv

--HG--
extra : rebase_source : f5d804930cdfc93e6e0460fa28f1625b4e66e277
This commit is contained in:
Justin Lebar 2011-11-20 21:19:00 -05:00
Родитель b1f034d16f
Коммит 4043514783
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -41,6 +41,12 @@
* `void*` and `void (*)()` may not be the same size on weird platforms, but
* the size of a function pointer shouldn't vary according to its parameters
* or return type.
*
* Apple's version of these structures, complete with member names and
* comments, is available online at
*
* http://www.opensource.apple.com/source/Libc/Libc-763.12/include/malloc/malloc.h
*
*/
/*