HomeSort by relevance Sort by last modified time
    Searched refs:allocations (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /system/bt/osi/src/
allocation_tracker.c 62 static hash_map_t *allocations; variable
66 if (allocations)
74 allocations = hash_map_new_internal(
86 if (!allocations)
90 hash_map_free(allocations);
91 allocations = NULL;
96 if (!allocations)
100 hash_map_clear(allocations);
105 if (!allocations)
111 hash_map_foreach(allocations, allocation_entry_freed_checker, &unfreed_memory_size)
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
AllocationStats.java 34 * A set of statistics about the allocations performed by a benchmark method.
40 private final ImmutableMultiset<Allocation> allocations; field in class:AllocationStats
43 * Constructs a new {@link AllocationStats} with the given number of allocations
44 * ({@code allocationCount}), cumulative size of the allocations ({@code allocationSize}) and the
52 * Constructs a new {@link AllocationStats} with the given allocations and the number of
55 AllocationStats(Collection<Allocation> allocations, int reps) {
56 this(allocations.size(), Allocation.getTotalSize(allocations), reps,
57 ImmutableMultiset.copyOf(allocations));
61 Multiset<Allocation> allocations) {
    [all...]
AllAllocationsRecorder.java 36 private final ConcurrentHashMultiset<Allocation> allocations = ConcurrentHashMultiset.create(); field in class:AllAllocationsRecorder
66 allocations.add(
81 allocations.clear();
88 return new AllocationStats(allocations, reps);
Allocation.java 41 /** Returns the sum of the {@link #size sizes} of the allocations. */
42 static long getTotalSize(Collection<Allocation> allocations) {
44 for (Allocation allocation : allocations) {
  /art/test/004-NativeAllocations/src/
Main.java 67 NativeAllocation[] allocations = new NativeAllocation[count]; local
69 allocations[i % count] = new NativeAllocation(size, false);
76 allocations[i % count] = new NativeAllocation(size, true);
78 // Do more allocations now that the finalizer thread is deadlocked so that we force
81 allocations[i % count] = new NativeAllocation(size, true);
  /frameworks/av/media/libmedia/
MemoryLeakTrackUtil.cpp 72 oss << totalMemory << " bytes in " << count << " allocations\n";
82 size_t allocations; member in struct:android::AllocEntry
88 oss << (e->size * e->allocations)
89 << " bytes ( " << e->size << " bytes * " << e->allocations << " allocations )\n";
  /external/selinux/libselinux/utils/
avcstat.c 27 #define HEADERS "lookups hits misses allocations reclaims frees"
33 unsigned long long allocations; member in struct:avc_cache_stats
188 &tmp.allocations,
197 tot.allocations += tmp.allocations;
209 tot.allocations, tot.reclaims, tot.frees);
214 rel.allocations = tot.allocations - last.allocations;
219 rel.allocations, rel.reclaims, rel.frees)
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkAllocationCallbackUtil.cpp 364 std::vector<AllocationSlot> allocations; local
404 ptrToSlotIndex[record.data.allocation.returnedPtr] = allocations.size();
405 allocations.push_back(AllocationSlot(record, true));
410 if (!allocations[slotNdx].isLive)
412 allocations[slotNdx].isLive = true;
413 allocations[slotNdx].record = record;
417 // we should not have multiple live allocations with the same pointer
431 AllocationSlot& origSlot = allocations[origSlotNdx];
449 allocations[origSlotNdx].record = record;
455 allocations[origSlotNdx].isLive = false
    [all...]
  /art/test/098-ddmc/src/
Main.java 32 Allocations empty = new Allocations(DdmVmInternal.getRecentAllocations());
40 System.out.println("Capture some allocations (note just this causes allocations)");
41 Allocations before = new Allocations(DdmVmInternal.getRecentAllocations());
49 Allocations after = new Allocations(DdmVmInternal.getRecentAllocations());
57 Allocations reset = new Allocations(DdmVmInternal.getRecentAllocations())
    [all...]
  /frameworks/rs/api/
rs_allocation_data.spec 44 summary: Copy consecutive cells between allocations
48 The two allocations must be different. Using this function to copy whithin
54 This function should only be called between 1D allocations. Calling it
55 on other allocations is undefined.
70 arg: rs_allocation_cubemap_face dstFace, "Cubemap face of the destination allocation. Ignored for allocations that aren't cubemaps."
77 arg: rs_allocation_cubemap_face srcFace, "Cubemap face of the source allocation. Ignored for allocations that aren't cubemaps."
78 summary: Copy a rectangular region of cells between allocations
83 The two allocations must be different. Using this function to copy whithin
89 This function should only be called between 2D allocations. Calling it
90 on other allocations is undefined
    [all...]
rs_for_each.spec 39 allocations. This is a hint only. Implementations may not follow the suggestion.
50 The kernel context contains common characteristics of the allocations being iterated
105 Runs the kernel over zero or more input allocations. They are passed after the
107 must be specified as the last argument. All input allocations,
111 the work has completed for all cells of the input allocations. If the kernel
183 arg: ..., "Input and output allocations"
195 arg: ..., "Input and output allocations"
202 this API. If allocations are passed in, they must match the number of arguments
224 arg: int numInputs, "Number of input allocations"
225 arg: rs_allocation* allocs, "Input and output allocations"
    [all...]
rs_object_types.spec 20 The types below are used to manipulate RenderScript objects like allocations, samplers,
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
RequestBuilder.java 91 public RequestImpl(CaptureRequestBuilderProxy builder, List<Allocation> allocations,
94 mAllocations = allocations;
  /external/v8/src/profiler/
sampling-heap-profiler.cc 38 // recorded all allocations, we must approximate the shape of the underlying
39 // space of allocations based on the samples we have collected. Given that
42 // approximate the true number of allocations with size *size* given that
220 std::vector<v8::AllocationProfile::Allocation> allocations; local
221 allocations.reserve(node->allocations_.size());
239 allocations.push_back(ScaleSample(alloc.first, alloc.second));
246 std::vector<v8::AllocationProfile::Node*>(), allocations}));
  /external/opencv3/modules/core/src/
cuda_stream.cpp 71 std::vector<size_t> allocations; member in class:__anon20813::MemoryStack
87 allocations.push_back(size);
99 CV_Assert( allocSize == allocations.back() );
100 allocations.pop_back();
  /external/webrtc/webrtc/p2p/base/
testturnserver.h 93 const TurnServer::AllocationMap& map = server_.allocations();
turnport_unittest.cc     [all...]
turnserver.h 175 const AllocationMap& allocations() const { return allocations_; } function in class:cricket::TurnServer
  /external/v8/test/mjsunit/regress/
regress-crbug-500497.js 24 // three allocations:
  /external/compiler-rt/lib/lsan/
lsan_common.cc 324 LOG_POINTERS("Processing platform-specific allocations.\n");
588 uptr bytes = 0, allocations = 0; local
592 allocations += leaks_[i].hit_count;
596 allocations);
  /external/v8/test/mjsunit/
allocation-folding.js 30 // Test loop barrier when folding allocations.
  /external/v8/include/
v8-profiler.h 429 * AllocationProfile is a sampled profile of allocations done by the program.
487 * allocations. The lifetime of the children is scoped to the containing
493 * List of self allocations done by this node in the call-graph.
495 std::vector<Allocation> allocations; member in struct:v8::AllocationProfile::Node
623 * allocations and builds an online 'sampling' heap profile. At any point in
632 * Allocations are sampled using a randomized Poisson process. On average, one
638 * newspace allocations. Support for paged space allocation (e.g. pre-tenured
639 * objects, large objects, code objects, etc.) and native allocations
657 * Returns the sampled profile of allocations allocated (and still live) since
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]
  /external/valgrind/none/tests/
cmdline1.stdout.exp 58 --alignment=<number> set minimum alignment of heap allocations [not used by this tool]
  /frameworks/base/core/jni/
android_os_Debug.cpp 887 * size_t allocations
891 * array of function pointers, and "allocations" is the number of
892 * allocations with the exact same size and backtrace.
894 * The entries are sorted by descending total size (i.e. size*allocations)
936 size_t allocations = *(size_t*) (ptr + sizeof(size_t)); local
942 allocations);
    [all...]

Completed in 928 milliseconds

1 2 3 4 5 6