HomeSort by relevance Sort by last modified time
    Searched full:heap (Results 151 - 175 of 5668) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/src/heap/
scavenge-job.h 10 #include "src/heap/gc-tracer.h"
15 class Heap;
40 void ScheduleIdleTaskIfNeeded(Heap* heap, int bytes_allocated);
45 void RescheduleIdleTask(Heap* heap);
73 void ScheduleIdleTask(Heap* heap);
  /external/valgrind/memcheck/tests/
brk2.stderr.exp 3 HEAP SUMMARY:
5 total heap usage: ... allocs, ... frees, ... bytes allocated
bug287260.stderr.exp 4 HEAP SUMMARY:
6 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
filter_allocs 5 -e "s/total heap usage: [0-9,]* allocs, [0-9,]* frees, [0-9,]* bytes allocated/total heap usage: ... allocs, ... frees, ... bytes allocated/"
leak-pool-0.stderr.exp 3 HEAP SUMMARY:
5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-1.stderr.exp 3 HEAP SUMMARY:
5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-2.stderr.exp 3 HEAP SUMMARY:
5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-3.stderr.exp 3 HEAP SUMMARY:
5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-4.stderr.exp 3 HEAP SUMMARY:
5 total heap usage: ... allocs, ... frees, ... bytes allocated
leak-pool-5.stderr.exp 3 HEAP SUMMARY:
5 total heap usage: ... allocs, ... frees, ... bytes allocated
mallinfo.stderr.exp 4 HEAP SUMMARY:
6 total heap usage: ... allocs, ... frees, ... bytes allocated
new_override.stderr.exp 3 HEAP SUMMARY:
5 total heap usage: ... allocs, ... frees, ... bytes allocated
sbfragment.stderr.exp 3 HEAP SUMMARY:
5 total heap usage: ... allocs, ... frees, ... bytes allocated
  /external/valgrind/memcheck/tests/linux/
capget.stderr.exp 7 HEAP SUMMARY:
9 total heap usage: ... allocs, ... frees, ... bytes allocated
sigqueue.stderr.exp 4 HEAP SUMMARY:
6 total heap usage: 1 allocs, 1 frees, 128 bytes allocated
sys-openat.stderr.exp 4 HEAP SUMMARY:
6 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
syscalls-2007.stderr.exp 3 HEAP SUMMARY:
5 total heap usage: ... allocs, ... frees, ... bytes allocated
syslog-syscall.stderr.exp 4 HEAP SUMMARY:
6 total heap usage: ... allocs, ... frees, ... bytes allocated
  /external/tensorflow/tensorflow/compiler/xla/service/
heap_simulator_test.cc 43 // HeapCallRecorder is a dummy heap algorithm that simply records its calls.
70 // HeapSimulatorTracker runs the heap simulator, recording the sequence of calls
71 // made to the underlying heap algorithm. Tests compare the actual call
493 // Base class for heap algorithm tests.
520 // Create a dummy LogicalBuffer to pass to the heap algorithm.
536 NoFragmentationStatsHeap heap; local
537 EXPECT_EQ(0, heap.Finish().heap_size);
541 NoFragmentationStatsHeap heap; local
542 heap.Alloc(buffer_a_, 10);
543 heap.Alloc(buffer_b_, 20)
554 NoFragmentationStatsHeap heap; local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.1.2/
perflib-25.1.2.jar 
  /prebuilts/go/darwin-x86/test/
escape2.go 21 func foo1(x int) { // ERROR "moved to heap: x$"
22 gxx = &x // ERROR "&x escapes to heap$"
29 func foo3(x int) *int { // ERROR "moved to heap: x$"
30 return &x // ERROR "&x escapes to heap$"
95 func foo15(yy *int) { // ERROR "moved to heap: yy$"
96 xxx = &yy // ERROR "&yy escapes to heap$"
107 func foo18(y int) { // ERROR "moved to heap: y$"
108 *xxx = &y // ERROR "&y escapes to heap$"
121 return &Bar{42, nil} // ERROR "&Bar literal escapes to heap$"
125 return &Bar{42, x} // ERROR "&Bar literal escapes to heap$
    [all...]
escape2n.go 21 func foo1(x int) { // ERROR "moved to heap: x$"
22 gxx = &x // ERROR "&x escapes to heap$"
29 func foo3(x int) *int { // ERROR "moved to heap: x$"
30 return &x // ERROR "&x escapes to heap$"
95 func foo15(yy *int) { // ERROR "moved to heap: yy$"
96 xxx = &yy // ERROR "&yy escapes to heap$"
107 func foo18(y int) { // ERROR "moved to heap: y$"
108 *xxx = &y // ERROR "&y escapes to heap$"
121 return &Bar{42, nil} // ERROR "&Bar literal escapes to heap$"
125 return &Bar{42, x} // ERROR "&Bar literal escapes to heap$
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 21 func foo1(x int) { // ERROR "moved to heap: x$"
22 gxx = &x // ERROR "&x escapes to heap$"
29 func foo3(x int) *int { // ERROR "moved to heap: x$"
30 return &x // ERROR "&x escapes to heap$"
95 func foo15(yy *int) { // ERROR "moved to heap: yy$"
96 xxx = &yy // ERROR "&yy escapes to heap$"
107 func foo18(y int) { // ERROR "moved to heap: y$"
108 *xxx = &y // ERROR "&y escapes to heap$"
121 return &Bar{42, nil} // ERROR "&Bar literal escapes to heap$"
125 return &Bar{42, x} // ERROR "&Bar literal escapes to heap$
    [all...]
escape2n.go 21 func foo1(x int) { // ERROR "moved to heap: x$"
22 gxx = &x // ERROR "&x escapes to heap$"
29 func foo3(x int) *int { // ERROR "moved to heap: x$"
30 return &x // ERROR "&x escapes to heap$"
95 func foo15(yy *int) { // ERROR "moved to heap: yy$"
96 xxx = &yy // ERROR "&yy escapes to heap$"
107 func foo18(y int) { // ERROR "moved to heap: y$"
108 *xxx = &y // ERROR "&y escapes to heap$"
121 return &Bar{42, nil} // ERROR "&Bar literal escapes to heap$"
125 return &Bar{42, x} // ERROR "&Bar literal escapes to heap$
    [all...]
  /external/v8/src/profiler/
heap-profiler.cc 5 #include "src/profiler/heap-profiler.h"
9 #include "src/heap/heap-inl.h"
11 #include "src/profiler/heap-snapshot-generator-inl.h"
12 #include "src/profiler/sampling-heap-profiler.h"
17 HeapProfiler::HeapProfiler(Heap* heap)
18 : ids_(new HeapObjectsMap(heap)),
19 names_(new StringsStorage(heap)),
37 names_.reset(new StringsStorage(heap()));
235 Heap* HeapProfiler::heap() const { return ids_->heap(); } function in class:v8::internal::HeapProfiler
    [all...]

Completed in 1220 milliseconds

1 2 3 4 5 67 8 91011>>