/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 173 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 179 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 185 If MAX\_FILLED\_BYTES is present, it will only fill up to the specified number 191 If XX is present, it is the number of bytes to expand the allocation by. [all …]
|
/bionic/libc/kernel/uapi/linux/ |
D | dlm_plock.h | 42 __u64 number; member
|
D | joystick.h | 31 __u8 number; member
|
D | atm.h | 141 int number; member
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
D | xt_u32.h | 29 __u32 number; member
|
/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/raid/ |
D | md_u.h | 77 int number; member
|
D | md_p.h | 56 __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 | fdsan.md | 10 …mandated by the POSIX standard to be allocated with the lowest available number being returned for…
|
/bionic/libc/stdio/ |
D | vfwprintf.cpp | 318 goto number; in FUNCTION_NAME() 526 number: in FUNCTION_NAME()
|
D | vfprintf.cpp | 340 goto number; in FUNCTION_NAME() 537 number: in FUNCTION_NAME()
|
/bionic/ |
D | README.md | 202 _not_ build the entire tree; just the minimum number of projects that are 242 have the same number of tests, and the host version of the executable 243 must also have the same number of tests.
|
D | android-changes-for-ndk-developers.md | 276 wastefully increase the number of dirty pages in memory. The dynamic
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 121 int number; /* Identifying number, like T_MX */ member
|
/bionic/libc/ |
D | Android.bp | 2322 // Generate a syscall name / number mapping. These objects are text files
|
D | NOTICE | 3255 Materiel Command, USAF, under agreement number F39502-99-1-0512. 3411 Materiel Command, USAF, under agreement number F39502-99-1-0512. 3431 Materiel Command, USAF, under agreement number F39502-99-1-0512.
|