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

/bionic/tests/
H A Dunistd_test.cpp34 static void* get_brk() { function
44 void* initial_break = get_brk();
49 ASSERT_GE(get_brk(), new_break);
53 ASSERT_EQ(get_brk(), new_break);
106 ScopedBrk() : saved_brk_(get_brk()) {}
115 uintptr_t cur_brk = reinterpret_cast<uintptr_t>(get_brk());

Completed in 32 milliseconds