Home
last modified time | relevance | path

Searched refs:malloc_size (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/test/tsan/Darwin/
Dmalloc_size.mm27 s = malloc_size(p);
34 s = malloc_size(p);
41 s = malloc_size(p);
52 s = malloc_size(p);
/external/llvm-project/compiler-rt/test/tsan/Darwin/
Dmalloc_size.mm27 s = malloc_size(p);
34 s = malloc_size(p);
41 s = malloc_size(p);
52 s = malloc_size(p);
/external/perfetto/include/perfetto/ext/base/
Dcircular_queue.h259 size_t malloc_size = new_capacity * sizeof(T); variable
260 PERFETTO_CHECK(malloc_size > new_capacity);
261 auto* new_vec = static_cast<T*>(malloc(malloc_size));
/external/llvm-project/lldb/examples/darwin/heap_find/
Dheap.py694 malloc_size = int(match_entry.size)
721 process, type_flags, malloc_addr, malloc_size, offset, match_addr))
723 description += ' <%5u>' % (malloc_size)
726 malloc_addr, malloc_addr + malloc_size)
731 if options.type == 'pointer' and malloc_size == 4096:
807 malloc_addr, malloc_addr + malloc_size)
810 options.format, malloc_addr, malloc_addr + malloc_size)
/external/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
Dmalloc_size_crash.mm10 size_t size = malloc_size(obj);
/external/compiler-rt/test/asan/TestCases/Darwin/
Dmalloc_size_crash.mm10 size_t size = malloc_size(obj);
/external/kernel-headers/original/uapi/linux/
Dcciss_ioctl.h53 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member
/external/zstd/tests/
Dfuzzer.c165 (unsigned)(size >> 10), (unsigned)(malloc_size(ptr) >> 10)); /* OS-X specific */ in FUZ_mallocDebug()
177 DISPLAYLEVEL(4, "freeing %u KB \n", (unsigned)(malloc_size(address) >> 10)); in FUZ_freeDebug()
179 mcPtr->currentMalloc -= malloc_size(address); /* OS-X specific */ in FUZ_freeDebug()
/external/python/cpython3/Modules/
D_testcapimodule.c3797 size_t malloc_size; member
3810 hook->malloc_size = size; in hook_malloc()
3883 if (hook.malloc_size != size) { in test_setallocators()
/external/libabigail/tests/data/test-annotate/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi1148 <!-- malloc_size -->
1149 …<elf-symbol name='malloc_size' type='func-type' binding='global-binding' visibility='default-visib…
1193 …bal-binding' visibility='default-visibility' alias='malloc_usable_size,malloc_size' is-defined='ye…
/external/libabigail/tests/data/test-read-dwarf/
Dtest19-pr19023-libtcmalloc_and_profiler.so.abi580 …<elf-symbol name='malloc_size' type='func-type' binding='global-binding' visibility='default-visib…
602 …bal-binding' visibility='default-visibility' alias='malloc_usable_size,malloc_size' is-defined='ye…