* Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34534 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
bcfdfff497
commit
74e2b87511
@ -98,7 +98,8 @@ object_cache_reserve(object_cache *cache, size_t object_count, uint32 flags)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void object_cache_get_usage(object_cache *cache, size_t *_allocatedMemory)
|
void
|
||||||
|
object_cache_get_usage(object_cache *cache, size_t *_allocatedMemory)
|
||||||
{
|
{
|
||||||
*_allocatedMemory = 0;
|
*_allocatedMemory = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user