3becbcb Implement aligned_alloc and others.

Authored and Committed by Carlos O'Donell 4 years ago
    Implement aligned_alloc and others.
    
    We add support for aligned_alloc, __libc_malloc, __libc_realloc,
    __libc_calloc, __libc_valloc, and __libc_pvalloc.
    
    We add a sanity test for aligned_alloc that we can trace and dump
    the new record.
    
    We add support for uniquely identifying and running aligned_alloc
    and posix_memalign in the simulator.
    
    We add further automation cleanups and some program renames to make
    it easier to avoid conflict with other system programs.
    
        
file modified
+3 -3
file modified
+26 -10
file modified
+6 -6
file modified
+1 -0
file modified
+55 -4
file modified
+4 -0
file modified
+1 -0
file modified
+22 -3
file modified
+1 -0
file modified
+41 -10
file modified
+17 -9
trace_hist.sh hist.sh
file renamed
file was renamed with no change to the file
file modified
+88 -0