• Oran Agra's avatar
    add malloc_usable_size for libc malloc · 482785ac
    Oran Agra authored
    this reduces the extra 8 bytes we save before each pointer.
    but more importantly maybe, it makes the valgrind runs to be more similiar
    to our normal runs.
    
    note: the change in malloc_stats struct in server.h is to eliminate an name conflict.
    structs that are not typedefed are resolved from a separate name space.
    482785ac
server.h 92.8 KB