HomeSort by relevance Sort by last modified time
    Searched full:allocated_ports (Results 1 - 1 of 1) sorted by null

  /external/valgrind/coregrind/m_syswrap/
syswrap-darwin.c 413 static OpenPort *allocated_ports; variable
426 op->next = allocated_ports;
427 if (allocated_ports) allocated_ports->prev = op;
428 allocated_ports = op;
438 i = allocated_ports;
454 i = allocated_ports;
495 i = allocated_ports;
512 OpenPort *i = allocated_ports;
542 allocated_ports = i->next
    [all...]

Completed in 238 milliseconds