Home
last modified time | relevance | path

Searched defs:alloc_size (Results 1 – 25 of 94) sorted by relevance

1234

/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Darena.cc40 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/
Dallocation.bench.cpp66 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/
Drandom_shuffle.cpp17 int alloc_size = argc == 2 ? atoi(argv[1]) : 100; in main() local
/external/jemalloc_new/test/unit/
Dpages.c4 size_t alloc_size; in TEST_BEGIN() local
/external/linux-kselftest/tools/testing/selftests/vm/
Dmlock-random-test.c138 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/
Dmmap_test.cpp21 size_t alloc_size = 128; in TEST() local
/external/tensorflow/tensorflow/core/framework/
Dcpu_allocator_impl.cc87 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/
Dtail_alloc.c37 const size_t alloc_size = len + 6 * page_size; in tail_alloc() local
/external/strace/tests-mx32/
Dtail_alloc.c37 const size_t alloc_size = len + 6 * page_size; in tail_alloc() local
/external/strace/tests/
Dtail_alloc.c37 const size_t alloc_size = len + 6 * page_size; in tail_alloc() local
/external/libchrome/base/process/
Dmemory.cc37 const size_t alloc_size = num_items * size; in UncheckedCalloc() local
/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_cpu_allocator.h79 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/
Dmach_vm_allocate.c14 const mach_vm_size_t alloc_size = sizeof(int); variable
/external/libwebsockets/lib/misc/lwsac/
Dprivate-lib-misc-lwsac.h48 size_t alloc_size; /* alloc size of the whole chunk */ member
/external/mesa3d/src/util/
Dos_memory_aligned.h74 size_t alloc_size; in os_malloc_aligned() local
/external/libcups/examples/
Dppdx.c55 size_t alloc_size; /* Allocated size of data buffer */ in ppdxReadData() local
/external/boringssl/src/crypto/buf/
Dbuf.c101 size_t alloc_size = n * 4; in BUF_MEM_reserve() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/buf/
Dbuf.c101 size_t alloc_size = n * 4; in BUF_MEM_reserve() local
/external/libdrm/amdgpu/
Damdgpu.h158 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/
Dmemcmp.c76 unsigned long alloc_size = comp_size + MAX_OFFSET_DIFF_S1_S2; in testcase() local
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c94 uint64_t alloc_size; in img_alloc_helper() local
/external/jemalloc_new/src/
Dpages.c113 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/
Dbookkeeping.cc37 uint64_t alloc_size, in RecordMalloc()
/external/compiler-rt/lib/asan/tests/
Dasan_oob_test.cc81 for (size_t alloc_size = 1; alloc_size <= 8; alloc_size++) { in TEST() local
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_oob_test.cpp90 for (size_t alloc_size = 1; alloc_size <= 8; alloc_size++) { in TEST() local

1234