mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
faf263bb06
Now dprintf calls PR_vsnprintf instead of PR_vsmprintf, so that dprintf does not allocate memory. This is because PR_Assert (which calls dprintf) can get called at interrupt time, and it is unsafe to allocate memory at interrupt time on the Mac. |
||
---|---|---|
.. | ||
config | ||
include | ||
lib | ||
macbuild | ||
pr | ||
tools | ||
Makefile | ||
Makefile.in | ||
makefile.win |