Searched refs:new (Results 1 – 19 of 19) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_streams.c | 71 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/ |
D | new | 15 void* operator new(std::size_t); 16 void* operator new(std::size_t, const std::nothrow_t&); 21 void* operator new[](std::size_t); 22 void* operator new[](std::size_t, const std::nothrow_t&); 28 inline void* operator new(std::size_t, void* p) { return p; } 29 inline void* operator new[](std::size_t, void* p) { return p; }
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
D | inet_pton.c | 86 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/docs/ |
D | libc_assembler.md | 11 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
|
D | 32-bit-abi.md | 28 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
|
D | defines.md | 28 typically useful if you can use new NDK APIs when available, but don't require
|
D | native_allocator.md | 3 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.
|
D | elf-tls.md | 50 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
|
D | status.md | 127 * 2 new Linux system calls `quotactl` and `sync_file_range` 302 `pthread_detach(pthread_self());` from the new thread's start routine
|
D | fdsan.md | 8 …andard to be allocated with the lowest available number being returned for new allocations. As a r…
|
/bionic/libc/upstream-freebsd/ |
D | README.md | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-openbsd/ |
D | README.md | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/libc/upstream-netbsd/ |
D | README.md | 2 files directly. Make fixes upstream and then pull down the new version of
|
/bionic/tests/ |
D | Android.bp | 646 name: "libfortify1-new-tests-clang", 661 name: "libfortify2-new-tests-clang", 687 "libfortify1-new-tests-clang", 689 "libfortify2-new-tests-clang", 834 "-Wl,--enable-new-dtags",
|
/bionic/libc/malloc_debug/ |
D | README.md | 290 the allocation/free. If a new thread is created, no special line is added 328 new\_pointer = realloc(old\_pointer, size) 330 **THREAD\_ID**: realloc new\_pointer old\_pointer size 532 Android Q introduces v1.2 of the heap dump. The new header looks like this: 538 The new line fingerprint line is the contents of the ro.build.fingerprint 541 The new version no longer 0 pads the backtrace addresses. In v1.0/v1.1: 549 In addition, when the new option backtrace\_full is used, another line will 564 An example of this new format:
|
/bionic/libc/ |
D | SECCOMP_ALLOWLIST_COMMON.TXT | 36 # Useful new syscalls which we don't yet use in bionic.
|
D | Android.bp | 1620 // those new libraries from libgcc.a are not declared external; if that were the case, 1904 "bionic/new.cpp",
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 127 library so that old code gets the old version and new code gets the new 352 requires a new libc function `__register_atfork`. Code using these functions 454 level an app targets, so all code sees the new IFUNC-using C library.
|
/bionic/tests/libs/ |
D | Android.bp | 26 "-Wl,--enable-new-dtags", 1515 // and both the old and new SHT_RELR constants.
|