HomeSort by relevance Sort by last modified time
    Searched refs:PAGESIZE (Results 1 - 16 of 16) sorted by null

  /bionic/libc/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /development/ndk/platforms/android-3/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /system/core/libcutils/
mspace.c 61 #ifndef PAGESIZE
62 #define PAGESIZE mparams.page_size
98 const unsigned int pagesize = PAGESIZE; local
100 cs = (struct mspace_contig_state *)((uintptr_t)m & ~(pagesize-1));
109 char *newbrk = (char *)ALIGN_UP(oldbrk + nb, pagesize);
140 unsigned int pagesize; local
144 pagesize = PAGESIZE;
146 assert(((uintptr_t)base & (pagesize-1)) == 0)
206 unsigned int pagesize; local
259 const unsigned int pagesize = PAGESIZE; local
278 const unsigned int pagesize = PAGESIZE; local
    [all...]
  /external/iproute2/doc/
Makefile 13 PAGESIZE=a4
  /external/elfutils/src/
ldlex.l 131 PAGESIZE { return kPAGESIZE; }
  /bionic/libc/bionic/
malloc_debug_qemu.c 633 qtrace = mmap(0, PAGESIZE, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
    [all...]
dlmalloc.c     [all...]
  /external/libffi/src/
dlmalloc.c 734 Equivalent to memalign(pagesize, n), where pagesize is the page
735 size of the system. If the pagesize is unknown, 4096 is used.
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 505 milliseconds