HomeSort by relevance Sort by last modified time
    Searched refs:HT_Next (Results 1 - 11 of 11) sorted by null

  /external/valgrind/include/
pub_tool_hashtable.h 122 extern void* VG_(HT_Next) ( VgHashTable *table );
125 in a state where VG_(HT_Next) will return the element just after the removed
  /external/valgrind/drd/
drd_malloc_wrappers.c 327 while ((mc = VG_(HT_Next)(s_malloc_list)))
357 while ((mc = VG_(HT_Next)(s_malloc_list)))
  /external/valgrind/memcheck/
mc_malloc_wrappers.c 260 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) {
720 while ( (mc = VG_(HT_Next)(MC_(malloc_list))) ) {
799 while ( (mc = VG_(HT_Next)(mp->chunks)) ) {
837 while ( (mp2 = VG_(HT_Next)(MC_(mempool_list))) ) {
840 while (VG_(HT_Next)(mp2->chunks)) {
    [all...]
mc_leakcheck.c 368 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) {
370 while ( (mc = VG_(HT_Next)(mp->chunks)) ) {
403 while ( (mp = VG_(HT_Next)(MC_(mempool_list))) ) {
405 while ( (mc = VG_(HT_Next)(mp->chunks)) ) {
    [all...]
mc_errors.c     [all...]
  /external/valgrind/coregrind/
m_deduppoolalloc.c 161 while ((n = VG_(HT_Next) (ddpa->ht_elements))) {
m_hashtable.c 155 /* Table has been modified; hence HT_Next should assert. */
197 /* Table has been modified; hence HT_Next should assert. */
221 /* Table has been modified; hence HT_Next should assert. */
362 void* VG_(HT_Next)(VgHashTable *table)
366 /* See long comment on HT_Next prototype in pub_tool_hashtable.h.
370 leave the iterator in a valid state for HT_Next. */
  /external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c 510 while ((g = VG_(HT_Next) (gs_addresses))) {
    [all...]
  /external/valgrind/massif/
ms_main.c     [all...]
  /external/valgrind/helgrind/
hg_main.c     [all...]
libhb_core.c 4458 struct OldRef *ht_next; \/\/ to link hash table nodes together. member in struct:OldRef
    [all...]

Completed in 1144 milliseconds