Searched refs:after (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
D | list.h | 103 #define INSERT_AFTER(list, after, elt, link) \ argument 106 if ((after)->link.next == NULL) \ 109 (elt)->link.next = (after)->link.next; \ 110 (after)->link.next = (elt); \ 112 (elt)->link.prev = (after); \
|
/bionic/libc/kernel/uapi/sound/ |
D | firewire.h | 65 __be32 after; member
|
/bionic/libc/ |
D | SECCOMP_BLOCKLIST_APP.TXT | 9 # Note: Some privileged syscalls are still needed in app process after fork before uid change,
|
D | Android.bp | 1699 // TODO: This is to work around b/24465209. Remove after root cause is fixed. 1732 // TODO: This is to work around b/24465209. Remove after root cause is fixed. 1995 //TODO (dimitry): This is to work around b/24465209. Remove after root cause is fixed 1998 // TODO: This is to work around b/24465209. Remove after root cause is fixed.
|
/bionic/libc/malloc_debug/ |
D | README_marshmallow_and_earlier.md | 5 detect memory corruption, memory leaks, and use after free issues. 80 a 32 byte buffer is placed after the data for the returned allocation (known
|
D | README.md | 5 detect memory corruption, memory leaks, and use after free issues. 74 Enables a small buffer placed after the allocated data. This is an attempt 75 to find memory corruption occuring to a region after the original allocation. 398 When malloc debug detects an error, abort after sending the error 489 was allocated by an application after it forked off from the zygote process.
|
/bionic/docs/ |
D | fdtrack.md | 40 on fdtrack when it hits a threshold, and then aborts after another threshold.
|
D | fdsan.md | 10 …tend to manifest as *use-after-close* and *double-close*. These errors are direct analogues of the… 59 - Same as warn-once, except without disabling after the first warning.
|
D | elf-tls.md | 37 Variant 1 places the static TLS block after the TP, whereas variant 2 places it before the TP. 46 1, and its storage will always be immediately after (or before) the TP. In variant 1, the TP is 588 TLS variant 1 allocates everything after the TP to ELF TLS (except the first two words), and variant 589 2 allocates everything before the TP. Bionic currently allocates memory before and after the TP to 822 ### Workaround for Go: place pthread keys after the executable's TLS 827 allocated after `app_process`' TLS segment, and Go will still find them. 847 * It looks like glibc's ld.so re-relocates itself after loading a program, so a program's symbols
|
D | 32-bit-abi.md | 89 long after the death of the star around which we currently circle.
|
D | libc_assembler.md | 165 code after a branch instruction.
|
D | native_allocator.md | 45 system. It is meant to be called after a call to `malloc_disable` to 322 one after another. This will cause a lot of threads allocating at the same
|
D | status.md | 106 * Using a `pthread_mutex_t` after it's been destroyed will be detected at
|
/bionic/libc/kernel/ |
D | README.md | 16 They can be also included before or after any Bionic C library header.
|
/bionic/tests/libs/ |
D | Android.bp | 1022 // during/after dlclose.
|
/bionic/ |
D | android-changes-for-ndk-developers.md | 298 used only the basename (the part after the last ‘/') when looking
|