Searched refs:POOL_SIZE (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| H A D | stringtable.c | 16 #define POOL_SIZE (1U << POOL_BITS) macro 28 if (!npools || nfill + nbytes > POOL_SIZE) in allocValue() 31 pools[npools - 1] = (uint8_t *)mem.xmalloc(nbytes > POOL_SIZE ? nbytes : POOL_SIZE); in allocValue() 51 const size_t off = vptr & (POOL_SIZE - 1); in getValue()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
| H A D | stringtable.d | 18 private enum POOL_SIZE = (1U << POOL_BITS); variable 257 if (!pools.length || nfill + nbytes > POOL_SIZE) 260 pools[$-1] = cast(ubyte*) mem.xmalloc(nbytes > POOL_SIZE ? nbytes : POOL_SIZE); 262 memset(pools[$ - 1], 0xff, POOL_SIZE); // 0xff less likely to produce GC pointer 280 const(size_t) off = vptr & POOL_SIZE - 1;
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | IdentifierResolver.cpp | 37 static const unsigned int POOL_SIZE = 512; member in IdentifierResolver::IdDeclInfoMap 44 IdDeclInfo Pool[POOL_SIZE]; 50 unsigned int CurIndex = POOL_SIZE; 403 if (CurIndex == POOL_SIZE) { in operator []()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-2001 | 9680 POOL_SIZE, POOL_ROOM, POOL_COMMIT, struct cpp_chunk,
|
| H A D | ChangeLog-2000 | 5284 (VALID_SIGN, ALIGN, POOL_FRONT, POOL_LIMIT, POOL_BASE, POOL_SIZE,
|