mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-11 14:01:48 +00:00
* lookupXA_UNSAFE -- binary search in array without being forced to sortXA it first -- dangerous because if the array isn't in order then the lookup can loop forever * dropHeadXA -- drop the first N elements (kinda like dropTailXA, but unfortunately O(N) not O(1)), so that xarrays can be used to implement FIFOs, after a fashion. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10583
9.3 KiB
9.3 KiB