Searched defs:SBRK_MAX (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dunistd_test.cpp63 #define SBRK_MAX INTPTR_MAX macro
66 #define SBRK_MAX PTRDIFF_MAX macro
125 uintptr_t overflow_brk = static_cast<uintptr_t>(SBRK_MAX) + 2;
131 ASSERT_EQ(reinterpret_cast<void*>(-1), sbrk(SBRK_MAX));

Completed in 200 milliseconds