Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
First version of the xbt_heap, trying to follow the coding convention.
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 29 Oct 2004 18:22:13 +0000 (18:22 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 29 Oct 2004 18:22:13 +0000 (18:22 +0000)
commit32f13ca1c7961662a097b1b906f589a851bb3611
treeebd9ad8e98a548ea6e9994c5d14c8c8724f9ee53
parent66eeb4028730b704a90c79edc202e18a159b3eda
First version of the xbt_heap, trying to follow the coding convention.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@446 48e7efb5-ca39-0410-a469-dd3cf9ba447f
include/xbt/heap.h [new file with mode: 0644]
src/xbt/heap.c [new file with mode: 0644]
src/xbt/heap_private.h [new file with mode: 0644]
testsuite/xbt/heap_bench.c [new file with mode: 0644]