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

/system/extras/tests/bionic/libc/common/
H A Dtest_clone.c54 #define PAGE_SIZE 4096 macro
55 #define STACK_SIZE (4 * PAGE_SIZE)
57 char clone_stack[STACK_SIZE] __attribute__ ((aligned (PAGE_SIZE)));
65 pid = clone (clone_child, clone_stack + 3 * PAGE_SIZE,
/system/core/libcorkscrew/
H A Dptrace.c30 #ifndef PAGE_SIZE
31 #define PAGE_SIZE 4096 macro
35 #define PAGE_MASK (~(PAGE_SIZE - 1))
/system/core/toolbox/
H A Diftop.c47 #ifndef PAGE_SIZE
48 # define PAGE_SIZE 4096 macro
102 char buf[PAGE_SIZE];

Completed in 71 milliseconds