Home
last modified time | relevance | path

Searched refs:p_prev (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler_allocation_register.h88 cell->p_prev = p_cell; in Insert()
104 *cell->p_prev = cell->next; in Remove()
106 cell->next->p_prev = cell->p_prev; in Remove()
108 cell->p_prev = nullptr; // mark as free in Remove()
134 if (cells_[index].p_prev) { in Next()
168 Cell** p_prev; member
/external/valgrind/coregrind/
Dm_errormgr.c679 Error* p_prev; in VG_() local
752 p_prev = NULL; in VG_()
769 if (p_prev != NULL) { in VG_()
770 vg_assert(p_prev->next == p); in VG_()
771 p_prev->next = p->next; in VG_()
778 p_prev = p; in VG_()