Home
last modified time | relevance | path

Searched refs:MAP_ANON (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/m4/
Dmmap-anon.m410 # and MAP_ANON exist and have the same value.
12 # - On MacOS X, FreeBSD, NetBSD, OpenBSD, only MAP_ANON exists.
44 #ifdef MAP_ANON
48 [AC_DEFINE([MAP_ANONYMOUS], [MAP_ANON],
/ndk/tests/abcc/jni/mman-win32/
Dmman.h35 #define MAP_ANON MAP_ANONYMOUS macro
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc1058 MAP_ANON | MAP_PRIVATE, -1, 0); in ExecDeathTestSpawnChild()