Searched refs:UDB_ALLOC_CHUNK_MINEXP (Results 1 – 2 of 2) sorted by relevance
701 cp->next = regen->free[exp-UDB_ALLOC_CHUNK_MINEXP];934 } else if(exp >= UDB_ALLOC_CHUNK_MINEXP1006 assert(alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP]);1046 alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP] = f;1062 alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP] = f;1287 return UDB_ALLOC_CHUNK_MINEXP;1302 if(alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP]) {1321 if(alloc->disk->free[e2-UDB_ALLOC_CHUNK_MINEXP]) {1353 if(alloc->disk->free[exp-UDB_ALLOC_CHUNK_MINEXP])1356 if(alloc->disk->free[e2-UDB_ALLOC_CHUNK_MINEXP]) {[all …]
65 #define UDB_ALLOC_CHUNK_MINEXP 5 macro67 #define UDB_ALLOC_CHUNK_MINSIZE ((uint64_t)1<<UDB_ALLOC_CHUNK_MINEXP)314 udb_void free[UDB_ALLOC_CHUNKS_MAX-UDB_ALLOC_CHUNK_MINEXP+1];