Home
last modified time | relevance | path

Searched refs:AddListAllocation (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.h29 void AddListAllocation(size_t capacity, size_t elementSize);
H A DAllocationInfo.cpp129 AllocationInfo::AddListAllocation(size_t capacity, size_t elementSize) in AddListAllocation() function in AllocationInfo