Home
last modified time | relevance | path

Searched defs:FreeList (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_list.d32 struct FreeList(ParentAllocator, struct
64 If `FreeList` has been instantiated with $(D minSize == argument
77 @property void min(size_t low) in min()
103 If `FreeList` has been instantiated with $(D maxSize == argument
128 FreeList!(Mallocator, chooseAtRuntime, chooseAtRuntime) a; argument
137 alias max = maxSize;
140 private bool tooSmall(size_t n) const in tooSmall()
146 private bool tooLarge(size_t n) const in tooLarge()
152 private bool freeListEligible(size_t n) const in freeListEligible()
172 private void[] blockFor(Node* p) in blockFor()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_list.d27 struct FreeList(ParentAllocator, struct
58 If $(D FreeList) has been instantiated with $(D minSize == argument
71 @property void min(size_t low) in min()
97 If $(D FreeList) has been instantiated with $(D maxSize == argument
123 FreeList!(Mallocator, chooseAtRuntime, chooseAtRuntime) a; argument
132 alias max = maxSize;
135 private bool tooSmall(size_t n) const in tooSmall()
141 private bool tooLarge(size_t n) const in tooLarge()
147 private bool freeListEligible(size_t n) const in freeListEligible()
167 private void[] blockFor(Node* p) in blockFor()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DArrayRecycler.h31 struct FreeList { struct
32 FreeList *Next; argument
H A DRecycler.h40 FreeNode *FreeList = nullptr; variable
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_ppmd8_private.h78 CPpmd_Void_Ref FreeList[PPMD_NUM_INDEXES]; member
H A Darchive_ppmd7_private.h58 CPpmd_Void_Ref FreeList[PPMD_NUM_INDEXES]; member
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DDiagnostic.h1112 DiagnosticStorage *FreeList[NumCached]; variable