Searched refs:newPool (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gc/impl/conservative/ |
| H A D | gc.d | 1612 Pool* pool = newPool(npages, false); 1696 if (!newPool(1, false)) 1709 if (!tryAlloc() && (!newPool(1, false) || !tryAlloc())) 1756 pool = cast(LargeObjectPool*) newPool(npages, true); 1814 Pool *newPool(size_t npages, bool isLargeObject) nothrow
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/ |
| H A D | gc.d | 1843 Pool* pool = newPool(npages, false); 1934 if (!newPool(1, false)) 1951 if (!tryAlloc() && (!newPool(1, false) || !tryAlloc())) 2012 pool = cast(LargeObjectPool*) newPool(npages, true); 2081 Pool *newPool(size_t npages, bool isLargeObject) nothrow
|
| /netbsd-src/external/mit/expat/dist/lib/ |
| H A D | xmlparse.c | 6794 STRING_POOL *newPool, const HASH_TABLE *oldTable) { in copyEntityTable() argument 6807 name = poolCopyString(newPool, oldE->name); in copyEntityTable() 6814 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); in copyEntityTable() 6823 tem = poolCopyString(newPool, cachedOldBase); in copyEntityTable() 6830 tem = poolCopyString(newPool, oldE->publicId); in copyEntityTable() 6837 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable() 6844 const XML_Char *tem = poolCopyString(newPool, oldE->notation); in copyEntityTable()
|