Home
last modified time | relevance | path

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

/haiku/src/tests/system/kernel/slab/
H A DSlab.h96 typedef void *AllocationID; typedef
99 static status_t AllocatePages(BaseCache *cache, AllocationID *id,
106 typedef area_id AllocationID; typedef
176 typename Backend::AllocationID id;
228 typename Backend::AllocationID id; in NewSlab()
H A DSlab.cpp39 MallocBackend::AllocatePages(BaseCache *cache, AllocationID *id, void **pages, in AllocatePages()