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

/bionic/tests/
H A Dunistd_test.cpp48 static void* get_brk() { function
58 void* initial_break = get_brk();
63 ASSERT_GE(get_brk(), new_break);
67 ASSERT_EQ(get_brk(), new_break);
120 ScopedBrk() : saved_brk_(get_brk()) {}
129 uintptr_t cur_brk = reinterpret_cast<uintptr_t>(get_brk());

Completed in 172 milliseconds