Searched refs:SIZE (Results 1 – 5 of 5) sorted by relevance
/bionic/tests/ |
D | inttypes_test.cpp | 74 #define SCANF_SIZED(SIZE) \ argument 75 SCANF_TYPED(SIZE, SIZE##_t); \ 76 SCANF_TYPED(FAST##SIZE, _fast##SIZE##_t); \ 77 SCANF_TYPED(LEAST##SIZE, _least##SIZE##_t) \
|
/bionic/libc/malloc_debug/ |
D | README.md | 47 ### front\_guard[=SIZE\_BYTES] 58 If SIZE\_BYTES is present, it indicates the number of bytes in the guard. 59 The default is 32 bytes, the max bytes is 16384. SIZE\_BYTES will be 69 …04-10 12:00:45.621 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 SIZE 100 HAS A CORRUPTED … 73 ### rear\_guard[=SIZE\_BYTES] 81 If SIZE\_BYTES is present, it indicates the number of bytes in the guard. 89 …04-10 12:00:45.621 7412 7412 E malloc_debug: +++ ALLOCATION 0x12345678 SIZE 100 HAS A CORRUPTED … 93 ### guard[=SIZE\_BYTES] 96 If SIZE\_BYTES is present, it indicates the number of bytes in both guards. 362 **THREAD\_ID**: memalign pointer 4096 <b>SIZE\_ROUNDED\_UP\_TO\_4096</b>
|
/bionic/libc/kernel/ |
D | README.md | 53 NOT BREAK THE KERNEL <-> USER ABI, FOR EXAMPLE BY CHANGING THE SIZE
|
/bionic/docs/ |
D | native_allocator.md | 382 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, <PTR>, <SIZE>, "libc_malloc");
|
D | elf-tls.md | 709 GCC for arm64 defaults to the 24-bit model and has an `-mtls-size=SIZE` option for setting other 747 Add an lld option: `--android-tls[-tcb=SIZE]`
|