Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the trace library and fixed a few source of potential bugs in heap.
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 15 Nov 2004 22:20:08 +0000 (22:20 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 15 Nov 2004 22:20:08 +0000 (22:20 +0000)
commit509304ee1435b62cd49eb9071995fab468f68f58
treed990b22e5fde14d6ab26ba711c5b9b485ab786cb
parent6dcae52c84f013cc5ff85bf697eb9ae459ebe6c9
Add the trace library and fixed a few source of potential bugs in heap.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@511 48e7efb5-ca39-0410-a469-dd3cf9ba447f
17 files changed:
include/Makefile.am
include/xbt/dict.h
include/xbt/dynar.h
include/xbt/heap.h
include/xbt/misc.h
include/xbt/swag.h
src/Makefile.am
src/include/surf/maxmin.h
src/include/surf/trace_mgr.h [new file with mode: 0644]
src/surf/maxmin_private.h
src/surf/trace_mgr.c [new file with mode: 0644]
src/surf/trace_mgr_private.h [new file with mode: 0644]
src/xbt/heap.c
testsuite/Makefile.am
testsuite/surf/trace_A.txt [new file with mode: 0644]
testsuite/surf/trace_B.txt [new file with mode: 0644]
testsuite/surf/trace_usage.c [new file with mode: 0644]