X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=mware%2Fheap.c;h=bced107e809c5f7f16b15b363b9f212004e67601;hb=1fc31f45bcec8bc23a5924ae5b288439abca8ded;hp=14f7c3b7e149f7a9130cd5adfc933c11353ab972;hpb=af9c555446161016fdd76c1cdff96ce76bb6cba2;p=bertos.git diff --git a/mware/heap.c b/mware/heap.c old mode 100755 new mode 100644 index 14f7c3b7..bced107e --- a/mware/heap.c +++ b/mware/heap.c @@ -1,9 +1,34 @@ -/*! +/** * \file * * * \brief Heap subsystem (public interface). @@ -15,6 +40,12 @@ /*#* *#* $Log$ + *#* Revision 1.9 2006/07/19 12:56:27 bernie + *#* Convert to new Doxygen style. + *#* + *#* Revision 1.8 2005/11/04 16:20:02 bernie + *#* Fix reference to README.devlib in header. + *#* *#* Revision 1.7 2005/04/11 19:10:28 bernie *#* Include top-level headers from cfg/ subdir. *#* @@ -207,7 +238,7 @@ void *heap_calloc(struct Heap* h, size_t size) return mem; } -/*! +/** * Free a block of memory, determining its size automatically. * * \param h Heap from which the block was allocated.