/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
D | reallocarr.c | 57 reallocarr(void *ptr, size_t number, size_t size) in __weak_alias() 65 if (number == 0 || size == 0) { in __weak_alias() 79 if (__predict_false((number|size) >= SQRT_SIZE_MAX && in __weak_alias() 80 number > SIZE_MAX / size)) { in __weak_alias() 85 nptr = realloc(optr, number * size); in __weak_alias()
|
/bionic/libc/malloc_debug/ |
D | README_api.md | 20 *backtrace\_size* is set to the maximum number of backtrace entries 37 The number of *uintptr\_t* values is determined by the value 41 *num\_allocations* contains the total number of allocations with the same 43 incorrectly set to the number of frames in the backtrace. 44 Each *uintptr\_t* is a pc of the callstack. If the total number 53 The total number of these structures returned in *info* is
|
D | README.md | 58 If SIZE\_BYTES is present, it indicates the number of bytes in the guard. 81 If SIZE\_BYTES is present, it indicates the number of bytes in the guard. 96 If SIZE\_BYTES is present, it indicates the number of bytes in both guards. 102 system runs too slowly with this option enabled, decreasing the maximum number 108 If MAX\_FRAMES is present, it indicates the maximum number of frames to 135 If MAX\_FRAMES is present, it indicates the maximum number of frames to 245 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 251 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 257 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 263 If XX is present, it is the number of bytes to expand the allocation by. [all …]
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 581 return (syms->number); in sym_ston() 586 return (syms->number); /* The default value. */ in sym_ston() 590 sym_ntos(const struct res_sym *syms, int number, int *success) { in sym_ntos() argument 594 if (number == syms->number) { in sym_ntos() 601 snprintf(unname, sizeof(unname), "%d", number); /* XXX nonreentrant */ in sym_ntos() 608 sym_ntop(const struct res_sym *syms, int number, int *success) { in sym_ntop() argument 612 if (number == syms->number) { in sym_ntop() 618 snprintf(unname, sizeof(unname), "%d", number); /* XXX nonreentrant */ in sym_ntop()
|
/bionic/libc/bionic/ |
D | bionic_allocator.cpp | 86 static inline uint16_t log2(size_t number) { in log2() argument 88 number--; in log2() 90 while (number != 0) { in log2() 92 number >>= 1; in log2()
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_u32.h | 17 __u32 number; member
|
/bionic/libc/kernel/uapi/linux/ |
D | dlm_plock.h | 31 __u64 number; member
|
D | joystick.h | 19 __u8 number; member
|
D | atm.h | 129 int number; member
|
/bionic/libc/kernel/uapi/linux/raid/ |
D | md_u.h | 62 int number; member
|
D | md_p.h | 44 __u32 number; member
|
/bionic/docs/ |
D | native_allocator.md | 90 The bionic unit tests contain a small number of allocator tests. These 153 and helps to get a number that can be compared to the new allocator. 199 The first set of these benchmarks does a set number of 8192 byte allocations 220 For these benchmarks, the last parameter is the total number of allocations to 226 frees are not counted. Forty allocations is an arbitrary number that could 347 performed. At the end, a final RSS and VA space number will be printed. 352 The performance number is a measure of the time it takes to perform all of 375 trace (~13 million operations). The total number of live allocations goes 412 order to get as accurate a number as possible.
|
D | defines.md | 34 value of `__ANDROID_API__` drops to that number.
|
D | libc_assembler.md | 70 large number of sizes and alignments.
|
D | clang_fortify_anatomy.md | 137 - Producing a compile-time error if the number of bytes to copy trivially 138 exceeds the number of bytes available at the destination pointer. 263 - This can either mean declaring that the number of bytes at `p` is definitely 264 impossible to know, so the default value is used, or the number of bytes at
|
D | fdsan.md | 12 …mandated by the POSIX standard to be allocated with the lowest available number being returned for…
|
/bionic/libc/stdio/ |
D | vfprintf.cpp | 349 goto number; in FUNCTION_NAME() 576 number: in FUNCTION_NAME()
|
D | vfwprintf.cpp | 341 goto number; in FUNCTION_NAME() 554 number: in FUNCTION_NAME()
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 121 int number; /* Identifying number, like T_MX */ member
|
/bionic/ |
D | README.md | 326 _not_ build the entire tree; just the minimum number of projects that are 368 have the same number of tests, and the host version of the executable 369 must also have the same number of tests.
|
D | android-changes-for-ndk-developers.md | 270 wastefully increase the number of dirty pages in memory. The dynamic
|
/bionic/libc/ |
D | Android.bp | 2352 // Generate a syscall name / number mapping. These objects are text files
|
D | NOTICE | 3114 Materiel Command, USAF, under agreement number F39502-99-1-0512. 3270 Materiel Command, USAF, under agreement number F39502-99-1-0512. 3290 Materiel Command, USAF, under agreement number F39502-99-1-0512.
|