Searched defs:FreeList (Results 1 – 7 of 7) sorted by relevance
32 struct FreeList(ParentAllocator, struct64 If `FreeList` has been instantiated with $(D minSize == argument77 @property void min(size_t low) in min()103 If `FreeList` has been instantiated with $(D maxSize == argument128 FreeList!(Mallocator, chooseAtRuntime, chooseAtRuntime) a; argument137 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 …]
27 struct FreeList(ParentAllocator, struct58 If $(D FreeList) has been instantiated with $(D minSize == argument71 @property void min(size_t low) in min()97 If $(D FreeList) has been instantiated with $(D maxSize == argument123 FreeList!(Mallocator, chooseAtRuntime, chooseAtRuntime) a; argument132 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 …]
31 struct FreeList { struct32 FreeList *Next; argument
40 FreeNode *FreeList = nullptr; variable
78 CPpmd_Void_Ref FreeList[PPMD_NUM_INDEXES]; member
58 CPpmd_Void_Ref FreeList[PPMD_NUM_INDEXES]; member
1112 DiagnosticStorage *FreeList[NumCached]; variable