OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:new_break
(Results
1 - 1
of
1
) sorted by null
/bionic/tests/
unistd_test.cpp
29
void*
new_break
= reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(initial_break) + 2000);
local
30
ASSERT_EQ(0, brk(
new_break
));
33
ASSERT_EQ(final_break,
new_break
);
Completed in 61 milliseconds