Changed the names of the block allocator object caches to avoid confusion
with the ones of the block cache. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35917 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -166,7 +166,8 @@ block_allocator_init_boot()
|
|||||||
{
|
{
|
||||||
for (int index = 0; kBlockSizes[index] != 0; index++) {
|
for (int index = 0; kBlockSizes[index] != 0; index++) {
|
||||||
char name[32];
|
char name[32];
|
||||||
snprintf(name, sizeof(name), "block cache: %lu", kBlockSizes[index]);
|
snprintf(name, sizeof(name), "block allocator: %lu",
|
||||||
|
kBlockSizes[index]);
|
||||||
|
|
||||||
uint32 flags = CACHE_DURING_BOOT;
|
uint32 flags = CACHE_DURING_BOOT;
|
||||||
size_t size = kBlockSizes[index];
|
size_t size = kBlockSizes[index];
|
||||||
|
|||||||
Reference in New Issue
Block a user