Home
last modified time | relevance | path

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

123

/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/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.h81 size_t GetSampleSizeLocked(size_t alloc_size) { in GetSampleSizeLocked()
/external/strace/tests/
Dtail_alloc.c37 const size_t alloc_size = len + 6 * page_size; in tail_alloc() local
/external/strace/tests-m32/
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-mx32/
Dtail_alloc.c37 const size_t alloc_size = len + 6 * page_size; in tail_alloc() local
/external/mesa3d/src/gallium/auxiliary/os/
Dos_memory_aligned.h62 size_t alloc_size; in os_malloc_aligned() local
/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/jemalloc/test/integration/
Diterate.c8 static size_t alloc_size; variable
/external/tensorflow/tensorflow/core/framework/
Dallocator.cc123 const std::size_t alloc_size = port::MallocExtension_GetAllocatedSize(p); in AllocateRaw() local
145 const std::size_t alloc_size = in DeallocateRaw() local
/external/libusb-compat/libusb/
Dcore.c417 size_t alloc_size = sizeof(struct usb_endpoint_descriptor) * num_endpoints; in copy_interface_descriptor() local
451 size_t alloc_size = sizeof(struct usb_interface_descriptor) in copy_interface() local
477 size_t alloc_size = sizeof(struct usb_interface) * num_interfaces; in copy_config_descriptor() local
510 size_t alloc_size; in initialize_device() local
/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.h152 uint64_t alloc_size; member
208 uint64_t alloc_size; member
237 uint64_t alloc_size; member
/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/trap-handler/
Dhandler-outside.cc116 const size_t alloc_size = HandlerDataSize(num_protected_instructions); in CreateHandlerData() local
/external/v8/src/libplatform/tracing/
Dtrace-object.cc67 size_t alloc_size = 0; in Initialize() local
/external/libcxxabi/src/
Dfallback_malloc.cpp91 size_t alloc_size(size_t len) { in alloc_size() function
/external/jemalloc_new/test/src/
Dtest.c42 size_t alloc_size = 1; in do_hook() local

123