Home
last modified time | relevance | path

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

1234

/external/jemalloc_new/test/unit/
Dpages.c4 size_t alloc_size; in TEST_BEGIN() local
/external/boringssl/src/crypto/buf/
Dbuf.c101 size_t alloc_size = n * 4; in BUF_MEM_reserve() local
170 size_t alloc_size; in BUF_strndup() local
/external/strace/tests-mx32/
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/strace/tests-m32/
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/tensorflow/tensorflow/core/framework/
Dcpu_allocator_impl.cc88 const std::size_t alloc_size = port::MallocExtension_GetAllocatedSize(p); in AllocateRaw() local
110 const std::size_t alloc_size = in DeallocateRaw() 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/perfetto/src/profiling/memory/
Dclient.h84 size_t GetSampleSizeLocked(size_t alloc_size) { in GetSampleSizeLocked()
Dbookkeeping.cc35 uint64_t alloc_size, in RecordMalloc()
/external/jemalloc/src/
Dchunk_mmap.c10 size_t alloc_size; in chunk_alloc_mmap_slow() local
Dzone.c125 size_t alloc_size; in zone_free_definite_size() local
Dpages.c104 pages_trim(void *addr, size_t alloc_size, size_t leadsize, size_t size, in pages_trim()
/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) LOCKS_EXCLUDED(mutex_) { in IncrementStats()
/external/mesa3d/src/util/
Dos_memory_aligned.h74 size_t alloc_size; in os_malloc_aligned() local
/external/jemalloc/test/integration/
Diterate.c8 static size_t alloc_size; variable
/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/libdrm/amdgpu/
Damdgpu.h158 uint64_t alloc_size; member
214 uint64_t alloc_size; member
243 uint64_t alloc_size; member
/external/v8/src/heap/cppgc/
Dheap-space.h70 Address Allocate(size_t alloc_size) { in Allocate()
/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/compiler-rt/lib/asan/tests/
Dasan_oob_test.cc81 for (size_t alloc_size = 1; alloc_size <= 8; alloc_size++) { in TEST() local
/external/v8/src/libplatform/tracing/
Dtrace-object.cc66 size_t alloc_size = 0; in Initialize() local
/external/v8/src/trap-handler/
Dhandler-outside.cc115 const size_t alloc_size = HandlerDataSize(num_protected_instructions); in CreateHandlerData() local
/external/jemalloc_new/test/src/
Dtest.c42 size_t alloc_size = 1; in do_hook() local

1234