Changeset 748 for pjproject/trunk/pjlib/include/pj/hash.h
- Timestamp:
- Oct 3, 2006 5:13:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/hash.h
r127 r748 84 84 * 85 85 * @param pool the pool from which the hash table will be allocated from. 86 * @param size the bucket size, which will be round-up to the nearest 2^n +186 * @param size the bucket size, which will be round-up to the nearest 2^n-1 87 87 * 88 88 * @return the hash table.
Note: See TracChangeset
for help on using the changeset viewer.