HomeSort by relevance Sort by last modified time
    Searched refs:alloc_size (Results 101 - 125 of 138) sorted by null

1 2 3 45 6

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 491 return (total_.allocs == 0) && (total_.alloc_size == 0);
513 total_.alloc_size += v.bytes;
memory_region_map.cc 513 curr->alloc_size += bucket.alloc_size;
608 b->alloc_size += size;
    [all...]
deep-heap-profile.cc 566 buffer->AppendInt64(bucket->alloc_size - bucket->free_size, 10);
684 if (bucket->alloc_size - bucket->free_size == 0) {
711 bucket->alloc_size - bucket->free_size <= 64) {
    [all...]
tcmalloc.cc 306 inline bool IsAllocSizePermitted(size_t alloc_size) {
310 return alloc_size <= ((std::numeric_limits<int>::max)() - kPageSize);
781 const size_t alloc_size = Static::sizemap()->ByteSizeForClass(cl); local
782 return alloc_size;
    [all...]
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
native_heap_classifier.py 134 for blamed_dir, alloc_size in blamed_dirs.most_common():
135 if (1.0 * alloc_size / total_allocated) < threshold:
  /art/runtime/gc/space/
space_test.h 411 size_t alloc_size; local
413 alloc_size = object_size;
415 alloc_size = test_rand(&rand_seed) % static_cast<size_t>(-object_size);
418 if (alloc_size < size_of_zero_length_byte_array) {
419 alloc_size = size_of_zero_length_byte_array;
426 object.Assign(Alloc(space, self, alloc_size, &bytes_allocated, nullptr));
428 object.Assign(AllocWithGrowth(space, self, alloc_size, &bytes_allocated, nullptr));
  /external/pdfium/core/src/fxcrt/
fx_basic_memmgr.cpp 299 size_t alloc_size = size > m_TrunkSize ? size : m_TrunkSize; local
300 pTrunk = (_FX_GrowOnlyTrunk*)m_pAllocator->m_Alloc(m_pAllocator, sizeof(_FX_GrowOnlyTrunk) + alloc_size);
301 pTrunk->m_Size = alloc_size;
fx_basic_memmgr_mini.cpp 156 FX_BOOL CFixedMgr_Proxy::Common_More(FXMEM_SystemMgr2* pMgr, size_t alloc_size, void** new_memory, size_t* new_size)
160 *new_size = alloc_size;
161 *new_memory = pProxyMgr->m_pFixedPage->Alloc(alloc_size);
163 *new_memory = malloc(alloc_size);
mem_int.h 224 static FX_BOOL Common_More(FXMEM_SystemMgr2* pMgr, size_t alloc_size, void** new_memory, size_t* new_size);
  /external/libusb/libusb/os/
linux_usbfs.c 1348 size_t alloc_size; local
1459 size_t alloc_size; local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlversion.h.in 417 # define LIBXML_ATTR_ALLOC_SIZE(x) __attribute__((alloc_size(x)))
  /external/chromium_org/components/visitedlink/browser/
visitedlink_master.cc 671 uint32 alloc_size = num_entries * sizeof(Fingerprint) + sizeof(SharedHeader); local
678 if (!shared_memory_->CreateAndMapAnonymous(alloc_size)) {
685 memset(shared_memory_->memory(), 0, alloc_size);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 1703 size_t alloc_size; local
1863 size_t alloc_size; local
    [all...]
  /external/nanopb-c/
pb_decode.c 1128 size_t alloc_size; local
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_memory.h 44 FX_BOOL (*More)(struct _FXMEM_SystemMgr2* pMgr, size_t alloc_size, void** new_memory, size_t* new_size);
  /external/svox/pico/lib/
picoos.c 273 /** allocates 'alloc_size' bytes at start of raw memory block ('raw_mem',raw_mem_size)
280 picoos_objsize_t raw_mem_size, picoos_objsize_t alloc_size,
287 if (alloc_size < 1) {
288 alloc_size = 1;
290 alloc_size = ((alloc_size + PICOOS_ALIGN_SIZE - 1) / PICOOS_ALIGN_SIZE)
293 rest = raw_mem_size - alloc_size;
298 *rest_mem = raw_mem + alloc_size;
    [all...]
picoos.h 146 picoos_objsize_t raw_mem_size, picoos_objsize_t alloc_size,
  /art/runtime/gc/collector/
mark_compact.cc 91 const size_t alloc_size = RoundUp(obj->SizeOf(), space::BumpPointerSpace::kAlignment); local
101 bump_pointer_ += alloc_size;
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc 377 int alloc_size, int sampling_interval) {
378 double p = 1 - exp(-(static_cast<double>(alloc_size) / sampling_interval));
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampler_test.cc 377 int alloc_size, int sampling_interval) {
378 double p = 1 - exp(-(static_cast<double>(alloc_size) / sampling_interval));
  /external/libusb/libusb/
io.c 1163 int alloc_size = sizeof(struct usbi_transfer) local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evsel.c 186 size_t size = 0, alloc_size = 0; local
197 if (size == alloc_size) {
198 alloc_size += BUFSIZ;
199 nbf = realloc(bf, alloc_size);
205 n = read(fd, bf + size, alloc_size - size);
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
  /external/chromium_org/base/debug/
trace_event_impl.cc 568 size_t alloc_size = 0;
570 alloc_size += GetAllocLength(name);
572 alloc_size += GetAllocLength(arg_names_[i]);
587 alloc_size += GetAllocLength(arg_values_[i].as_string);
590 if (alloc_size) {
592 parameter_copy_storage_->data().resize(alloc_size);
594 const char* end = ptr + alloc_size;
    [all...]
  /external/jemalloc/src/
arena.c 1794 size_t alloc_size, leadsize, trailsize; local
    [all...]

Completed in 1199 milliseconds

1 2 3 45 6