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

  /external/valgrind/main/memcheck/
mc_leakcheck.c 437 // chunks will be converted and merged in loss record, maintained in lr_table
438 // lr_table elements are kept from one leak_search to another to implement
440 static OSet* lr_table; variable
858 if (lr_table == NULL)
859 // Create the lr_table, which holds the loss records.
860 // If the lr_table already exists, it means it contains
864 lr_table =
880 old_lr = VG_(OSetGen_Lookup)(lr_table, &lrkey);
    [all...]
  /external/libnl-headers/
netlink-types.h 679 uint8_t lr_table; member in struct:flnl_request

Completed in 97 milliseconds