Home
last modified time | relevance | path

Searched refs:after (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/include/isc/
Dlist.h103 #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/
Dfirewire.h65 __be32 after; member
/bionic/libc/
DSECCOMP_BLOCKLIST_APP.TXT9 # Note: Some privileged syscalls are still needed in app process after fork before uid change,
DAndroid.bp1699 // 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/
DREADME_marshmallow_and_earlier.md5 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
DREADME.md5 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/
Dfdtrack.md40 on fdtrack when it hits a threshold, and then aborts after another threshold.
Dfdsan.md10 …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.
Delf-tls.md37 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
D32-bit-abi.md89 long after the death of the star around which we currently circle.
Dlibc_assembler.md165 code after a branch instruction.
Dnative_allocator.md45 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
Dstatus.md106 * Using a `pthread_mutex_t` after it's been destroyed will be detected at
/bionic/libc/kernel/
DREADME.md16 They can be also included before or after any Bionic C library header.
/bionic/tests/libs/
DAndroid.bp1022 // during/after dlclose.
/bionic/
Dandroid-changes-for-ndk-developers.md298 used only the basename (the part after the last ‘/') when looking