Home
last modified time | relevance | path

Searched refs:before (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/include/isc/
Dlist.h90 #define INSERT_BEFORE(list, before, elt, link) \ argument
93 if ((before)->link.prev == NULL) \
96 (elt)->link.prev = (before)->link.prev; \
97 (before)->link.prev = (elt); \
99 (elt)->link.next = (before); \
/bionic/libc/kernel/uapi/sound/
Dfirewire.h64 __be32 before; member
/bionic/docs/
D32-bit-abi.md10 level 24 where they were introduced, and never available before then.
29 the situation becomes complicated. If you're targeting an API before 21, almost
37 headers when you target an API before 21 because it's an easy special case
50 doesn't compile, you can insert this just before the line that's failing
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
570 > alternative to stopping all threads and allocating storage for all threads before letting them run
589 2 allocates everything before the TP. Bionic currently allocates memory before and after the TP to
632 * Moving the pthread keys before the thread pointer breaks Go-based apps.
755 ever needed more than 16 slots, we could allocate the space before TP.)
Dnative_allocator.md83 application wants to purge that memory before waiting for the next connection.
204 results, but, as mentioned before, these microbenchmark numbers should
335 will always call `mallopt(M_DECAY_TIME, 1)' before running the trace.
Dlibc_assembler.md162 before submitting a new libc assembler routine. There are difficult
/bionic/libc/
DSECCOMP_BLOCKLIST_APP.TXT9 # Note: Some privileged syscalls are still needed in app process after fork before uid change,
DAndroid.bp173 // Code that implements the stack protector (or that runs before TLS has been set up) needs to be
175 // some of this code runs before ifunc resolvers have made string.h functions work, so compile with
219 // from the linker before ifunc resolvers have made string.h functions available.
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md78 A 32 byte buffer is placed before the returned allocation (known as
102 everything before terminating.
DREADME.md48 Enables a small buffer placed before the allocated data. This is an attempt
49 to find memory corruption occuring to a region before the original allocation.
231 before the verification occurs. This is the error message that will be found
250 free everything before the program terminates.
637 but, obviously, it must be enabled through the signal before the file will
688 app before running the dumpsys command, you'll get backtraces showing
/bionic/libc/kernel/
DREADME.md16 They can be also included before or after any Bionic C library header.
/bionic/
Dandroid-changes-for-ndk-developers.md39 toasts help bring some visibility to the issues before it's too late.
47 dependencies before loading their main library. Worse, until it was
316 *Potential problems*: before API 23 the DT_NEEDED entry's basename was
456 uses the C library, this decision is made long before we know what API
DREADME.md23 `cos(3)` in a separate library to save space in the days before shared
/bionic/linker/
DAndroid.bp154 // Ensure that the compiler won't insert string function calls before ifuncs are resolved.