Name Description Size
fallback.cpp 1399
FdPrintf.cpp Template class allowing a limited number of increments on a value 4959
FdPrintf.h We can't use libc's (f)printf because it would reenter in replace_malloc, So use a custom and simplified version. Only %p, %zu, %s and %% are supported, %zu, %s, support width specifiers. /!\ This function used a fixed-size internal buffer. The caller is expected to not use a format string that may overflow. The aFd argument is a file descriptor on UNIX and a native win32 file handle on Windows (from CreateFile). We can't use the windows POSIX APIs is that they don't support O_APPEND in a multi-process-safe way, while CreateFile does. 1104
Makefile.in 376
malloc_decls.h 6717
moz.build 1587
mozjemalloc.cpp 184447
mozjemalloc.h 4959
mozjemalloc_types.h 7773
mozmemory.h 2684
mozmemory_utils.h 2193
mozmemory_wrap.cpp 4399
mozmemory_wrap.h 5867
Mutex.cpp 627
Mutex.h 7293
PHC.cpp 66528
PHC.h 5433
rb.h 23920
replace_malloc.h 4235
replace_malloc_bridge.h 7955
test
Utils.h 3742
zone.c 13755