/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | arena.cc | 40 size_t alloc_size = base_size + initial_size; in ArenaStorage() local 68 size_t alloc_size) { in CreateWithAlloc() 92 size_t alloc_size = zone_base_size + size; in AllocZone() local
|
/external/llvm-project/libcxx/benchmarks/ |
D | allocation.bench.cpp | 66 const size_t alloc_size = st.range(0); in BM_AllocateAndDeallocate() local 77 const size_t alloc_size = st.range(0); in BM_AllocateOnly() local 97 const size_t alloc_size = st.range(0); in BM_DeallocateOnly() local
|
/external/llvm-project/compiler-rt/test/scudo/ |
D | random_shuffle.cpp | 17 int alloc_size = argc == 2 ? atoi(argv[1]) : 100; in main() local
|
/external/jemalloc_new/test/unit/ |
D | pages.c | 4 size_t alloc_size; in TEST_BEGIN() local
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | mlock-random-test.c | 138 int test_mlock_within_limit(char *p, int alloc_size) in test_mlock_within_limit() 215 int test_mlock_outof_limit(char *p, int alloc_size) in test_mlock_outof_limit()
|
/external/llvm-project/libc/test/src/sys/mman/linux/ |
D | mmap_test.cpp | 21 size_t alloc_size = 128; in TEST() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | cpu_allocator_impl.cc | 87 const std::size_t alloc_size = port::MallocExtension_GetAllocatedSize(p); in AllocateRaw() local 109 const std::size_t alloc_size = in DeallocateRaw() local
|
/external/strace/tests-m32/ |
D | tail_alloc.c | 37 const size_t alloc_size = len + 6 * page_size; in tail_alloc() local
|
/external/strace/tests-mx32/ |
D | tail_alloc.c | 37 const size_t alloc_size = len + 6 * page_size; in tail_alloc() local
|
/external/strace/tests/ |
D | tail_alloc.c | 37 const size_t alloc_size = len + 6 * page_size; in tail_alloc() local
|
/external/libchrome/base/process/ |
D | memory.cc | 37 const size_t alloc_size = num_items * size; in UncheckedCalloc() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | mkl_cpu_allocator.h | 79 const size_t alloc_size = port::MallocExtension_GetAllocatedSize(ptr); in DeallocateRaw() local 101 inline void IncrementStats(size_t alloc_size) TF_LOCKS_EXCLUDED(mutex_) { in IncrementStats()
|
/external/llvm-project/compiler-rt/test/tsan/Darwin/ |
D | mach_vm_allocate.c | 14 const mach_vm_size_t alloc_size = sizeof(int); variable
|
/external/libwebsockets/lib/misc/lwsac/ |
D | private-lib-misc-lwsac.h | 48 size_t alloc_size; /* alloc size of the whole chunk */ member
|
/external/mesa3d/src/util/ |
D | os_memory_aligned.h | 74 size_t alloc_size; in os_malloc_aligned() local
|
/external/libcups/examples/ |
D | ppdx.c | 55 size_t alloc_size; /* Allocated size of data buffer */ in ppdxReadData() local
|
/external/boringssl/src/crypto/buf/ |
D | buf.c | 101 size_t alloc_size = n * 4; in BUF_MEM_reserve() local
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/buf/ |
D | buf.c | 101 size_t alloc_size = n * 4; in BUF_MEM_reserve() local
|
/external/libdrm/amdgpu/ |
D | amdgpu.h | 158 uint64_t alloc_size; member 214 uint64_t alloc_size; member 243 uint64_t alloc_size; member
|
/external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 76 unsigned long alloc_size = comp_size + MAX_OFFSET_DIFF_S1_S2; in testcase() local
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_image.c | 94 uint64_t alloc_size; in img_alloc_helper() local
|
/external/jemalloc_new/src/ |
D | pages.c | 113 os_pages_trim(void *addr, size_t alloc_size, size_t leadsize, size_t size, in os_pages_trim() 170 size_t alloc_size = size + alignment - os_page; in pages_map_slow() local
|
/external/perfetto/src/profiling/memory/ |
D | bookkeeping.cc | 37 uint64_t alloc_size, in RecordMalloc()
|
/external/compiler-rt/lib/asan/tests/ |
D | asan_oob_test.cc | 81 for (size_t alloc_size = 1; alloc_size <= 8; alloc_size++) { in TEST() local
|
/external/llvm-project/compiler-rt/lib/asan/tests/ |
D | asan_oob_test.cpp | 90 for (size_t alloc_size = 1; alloc_size <= 8; alloc_size++) { in TEST() local
|