Home
last modified time | relevance | path

Searched refs:new (Results 1 – 21 of 21) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_streams.c71 evStream *new; in evWrite() local
74 OKNEW(new); in evWrite()
75 new->func = func; in evWrite()
76 new->uap = uap; in evWrite()
77 new->fd = fd; in evWrite()
78 new->flags = 0; in evWrite()
79 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0) in evWrite()
81 if (copyvec(new, iov, iocnt) < 0) in evWrite()
83 new->prevDone = NULL; in evWrite()
84 new->nextDone = NULL; in evWrite()
[all …]
/bionic/libstdc++/include/
Dnew29 void* operator new(std::size_t);
30 void* operator new(std::size_t, const std::nothrow_t&);
35 void* operator new[](std::size_t);
36 void* operator new[](std::size_t, const std::nothrow_t&);
42 inline void* operator new(std::size_t, void* p) { return p; }
43 inline void* operator new[](std::size_t, void* p) { return p; }
/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_pton.c86 u_int new = *tp * 10 + (pch - digits); in inet_pton4() local
88 if (new > 255) in inet_pton4()
95 *tp = new; in inet_pton4()
/bionic/libc/upstream-freebsd/
DREADME.md2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/upstream-openbsd/
DREADME.md2 files directly. Make fixes upstream and then pull down the new version of
/bionic/libc/upstream-netbsd/
DREADME.md2 files directly. Make fixes upstream and then pull down the new version of
/bionic/docs/
Dlibc_assembler.md11 the new routine. See the [Performance](#Performance) section for details about
13 * Verify that unwind information for new routine looks correct. See
124 Run the bionic tests to verify that the new routines are valid. However,
125 you should verify that there is coverage of the new routines. This is
141 If there are not sufficient tests for a new routine, there are a set of helper
162 before submitting a new libc assembler routine. There are difficult
D32-bit-abi.md28 compiled with that was actually using a 32-bit `off_t`. With a new enough NDK,
96 these to the C library. Convenient use of the new calls would require
Ddefines.md28 typically useful if you can use new NDK APIs when available, but don't require
Dnative_allocator.md3 This procedure should be followed when upgrading or moving to a new allocator.
153 and helps to get a number that can be compared to the new allocator.
278 Calls to mallinfo are used in ART so a new allocator is required to be
397 Modify the `load_maps` function and add a check of the new expected name.
Delf-tls.md50 The DTV's "generation" field is used to lazily update/reallocate the DTV when new modules are loaded
221 `dlopen` can initialize the new static TLS memory in all existing threads. A thread list could be
485 reference to a symbol only a new libc.so has...)
650 slots into a new data structure. Variant 1 is a harder problem.
673 * arm64: requires either subtle reinterpretation of a TLS relocation or addition of a new
675 * arm64: a new TLS relocation reduces compiler/assembler compatibility with non-Android
722 by converting the relocated `add` instruction to a `sub`. Alternately, we could add a new
Dstatus.md184 * 2 new Linux system calls `quotactl` and `sync_file_range`
367 `pthread_detach(pthread_self());` from the new thread's start routine
Dfdsan.md12 …andard to be allocated with the lowest available number being returned for new allocations. As a r…
/bionic/libc/
DSECCOMP_ALLOWLIST_COMMON.TXT43 # (Potentially) useful new syscalls which we don't yet use in bionic.
61 # to be (because the last thing anyone needs is a new 32-bit ABI in the
81 # likely to be useful as new features are added. In particular, cgroups
DAndroid.bp1572 // those new libraries from libgcc.a are not declared external; if that were the case,
1924 "bionic/new.cpp",
/bionic/libc/kernel/
DREADME.md34 warn if any scsi header files have changed and require new versions
87 version, but never use that as the basis for importing new kernel headers.
/bionic/tests/
DAndroid.bp728 name: "libfortify1-new-tests-clang",
743 name: "libfortify2-new-tests-clang",
769 "libfortify1-new-tests-clang",
771 "libfortify2-new-tests-clang",
1077 "-Wl,--enable-new-dtags",
/bionic/libc/malloc_debug/
DREADME.md372 the allocation/free. If a new thread is created, no special line is added
410 new\_pointer = realloc(old\_pointer, size)
412 **THREAD\_ID**: realloc new\_pointer old\_pointer size
614 Android Q introduces v1.2 of the heap dump. The new header looks like this:
620 The new line fingerprint line is the contents of the ro.build.fingerprint
623 The new version no longer 0 pads the backtrace addresses. In v1.0/v1.1:
631 In addition, when the new option backtrace\_full is used, another line will
646 An example of this new format:
/bionic/
DREADME.md201 into your new file --- it's a good short example to start from.
230 be near the end of the file. You may need to add a new section if you're
271 1. Key error for a new codename in libc/libc.map.txt
278 xxx; // the new system call you add
297 2. Use of undeclared identifier of the new system call in the test
Dandroid-changes-for-ndk-developers.md103 feature in new enough releases but still works on older releases.
133 library so that old code gets the old version and new code gets the new
348 `dlclose`, API level 23 added a new libc function `__register_atfork`.
456 level an app targets, so all code sees the new IFUNC-using C library.
/bionic/tests/libs/
DAndroid.bp31 "-Wl,--enable-new-dtags",
1648 // and both the old and new SHT_RELR constants.