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

/external/valgrind/main/coregrind/
H A Dm_mallocfree.c415 void set_next_b ( Block* b, Block* next_p ) function
1500 set_next_b(b, b);
1505 set_next_b(b_prev, b);
1507 set_next_b(b, b_next);
1525 set_next_b(b, NULL); // ditto
1550 set_next_b(b_prev, b_next);
1555 set_next_b(b, NULL);

Completed in 61 milliseconds