Kernel/heap - Silence extending
authorJohn Hodge <[email protected]>
Wed, 19 Feb 2014 11:58:54 +0000 (19:58 +0800)
committerJohn Hodge <[email protected]>
Wed, 19 Feb 2014 11:58:54 +0000 (19:58 +0800)
KernelLand/Kernel/heap.c

index d4304c2..396fa23 100755 (executable)
@@ -71,7 +71,7 @@ static inline tHeapFoot *Heap_PrevFoot(tHeapHead *Head) {
  */
 void *Heap_Extend(size_t Bytes)
 {
-       Debug("Heap_Extend(0x%x)", Bytes);
+       //Debug("Heap_Extend(0x%x)", Bytes);
        
        // Bounds Check
        if( gHeapEnd == (tHeapHead*)MM_KHEAP_MAX ) {

UCC git Repository :: git.ucc.asn.au