* Added debug output to vm_low_memory.cpp.

* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15568 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-12-16 17:35:03 +00:00
parent 2058e6c1d4
commit 89f5f72a15
6 changed files with 61 additions and 43 deletions
+4 -4
View File
@@ -113,7 +113,7 @@ lookup_transaction(block_cache *cache, int32 id)
}
// #pragma mark - private block_cache
// #pragma mark - cached_block
/* static */
@@ -142,7 +142,7 @@ cached_block::Hash(void *_cacheEntry, const void *_block, uint32 range)
}
// #pragma mark -
// #pragma mark - block_cache
block_cache::block_cache(int _fd, off_t numBlocks, size_t blockSize)
@@ -672,7 +672,7 @@ block_cache_init(void)
}
// #pragma mark - public transaction
// #pragma mark - public transaction API
extern "C" int32
@@ -1032,7 +1032,7 @@ cache_blocks_in_sub_transaction(void *_cache, int32 id)
}
// #pragma mark - public block cache
// #pragma mark - public block cache API
// public interface