K 10 svn:author V 8 melifaro K 8 svn:date V 27 2014-08-02T17:18:47.415293Z K 7 svn:log V 390 * Fix case when returning more that 4096 bytes of data * Use different approach to ensure algo has enough space to store N elements: - explicitly ask algo (under UH_WLOCK) before/after insertion. This (along with existing reallocation callbacks) really guarantees us that it is safe to insert N elements at once while holding UH_WLOCK+WLOCK. - remove old aflags/flags approach END