Searched refs:allocated_ports (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-darwin.c408 static OpenPort *allocated_ports; variable
421 op->next = allocated_ports;
422 if (allocated_ports) allocated_ports->prev = op;
423 allocated_ports = op;
433 i = allocated_ports;
449 i = allocated_ports;
490 i = allocated_ports;
507 OpenPort *i = allocated_ports;
537 allocated_ports
[all...]

Completed in 438 milliseconds