Searched refs:sz (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | open_memstream.c | 49 size_t sz = st->size * 8 / 5; in memstream_write() local 51 if (sz < end + 1) in memstream_write() 52 sz = end + 1; in memstream_write() 53 p = recallocarray(st->string, st->size, sz, 1); in memstream_write() 57 st->size = sz; in memstream_write()
|
D | open_wmemstream.c | 51 size_t sz = st->size * 8 / 5; in wmemstream_write() local 53 if (sz < end + 1) in wmemstream_write() 54 sz = end + 1; in wmemstream_write() 55 p = recallocarray(st->string, st->size, sz, sizeof(wchar_t)); in wmemstream_write() 59 st->size = sz; in wmemstream_write()
|
/bionic/libc/bionic/ |
D | jemalloc_wrapper.cpp | 93 size_t sz = sizeof(unsigned); in je_mallopt() local 94 if (je_mallctl("arenas.narenas", &narenas, &sz, nullptr, 0) != 0) { in je_mallopt() 128 size_t sz = sizeof(unsigned); in je_mallopt() local 129 if (je_mallctl("arenas.narenas", &narenas, &sz, nullptr, 0) != 0) { in je_mallopt()
|
/bionic/linker/ |
D | linked_list.h | 247 size_t sz = 0; in copy_to_array() local 248 for (LinkedListEntry<T>* e = head(); sz < array_length && e != nullptr; e = e->next) { in copy_to_array() 249 array[sz++] = e->element; in copy_to_array() 252 return sz; in copy_to_array()
|
/bionic/libc/kernel/uapi/linux/ |
D | netlink.h | 133 #define NL_MMAP_MSG_ALIGN(sz) __ALIGN_KERNEL(sz, NL_MMAP_MSG_ALIGNMENT) argument
|
/bionic/tests/libs/ |
D | stack_tagging_helper.cpp | 193 SigAltStackScoped(size_t sz) : altstack_size(sz) { in SigAltStackScoped() argument
|
/bionic/libc/malloc_debug/ |
D | README.md | 567 z ZYGOTE_CHILD_ALLOC sz ALLOCATION_SIZE num NUM_ALLOCATIONS bt FRAMES 581 z 0 sz 400 num 1 bt 0000a230 0000b500 582 z 1 sz 500 num 3 bt 0000b000 0000c000 625 z 0 sz 400 num 1 bt 0000a230 0000b500 629 z 0 sz 400 num 1 bt a230 b500 648 z 0 sz 400 num 1 bt a2a0 b510
|
/bionic/tests/ |
D | malloc_test.cpp | 1572 size_t sz = 16 * i - 1; in TEST() local 1574 p = realloc(malloc(sz), sz + 1); in TEST()
|
/bionic/libc/kernel/uapi/drm/ |
D | i915_drm.h | 289 int sz; member
|