Searched refs:heap (Results 1 - 25 of 468) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/chromium/src/google/
H A Dheap-checker.h33 #include <gperftools/heap-checker.h>
H A Dheap-profiler.h34 #include <gperftools/heap-profiler.h>
/external/chromium_org/third_party/tcmalloc/vendor/src/google/
H A Dheap-checker.h33 #include <gperftools/heap-checker.h>
H A Dheap-profiler.h34 #include <gperftools/heap-profiler.h>
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_heap.c29 nouveau_heap_init(struct nouveau_heap **heap, argument
40 *heap = r;
45 nouveau_heap_destroy(struct nouveau_heap **heap) argument
47 if (!*heap)
49 free(*heap);
50 *heap = NULL;
54 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv, argument
59 if (!heap || !size || !res || *res)
62 while (heap) {
63 if (!heap
[all...]
H A Dnouveau_heap.h39 nouveau_heap_init(struct nouveau_heap **heap, unsigned start,
43 nouveau_heap_destroy(struct nouveau_heap **heap);
46 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv,
/external/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_heap.c29 nouveau_heap_init(struct nouveau_heap **heap, argument
40 *heap = r;
45 nouveau_heap_destroy(struct nouveau_heap **heap) argument
47 if (!*heap)
49 free(*heap);
50 *heap = NULL;
54 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv, argument
59 if (!heap || !size || !res || *res)
62 while (heap) {
63 if (!heap
[all...]
H A Dnouveau_heap.h39 nouveau_heap_init(struct nouveau_heap **heap, unsigned start,
43 nouveau_heap_destroy(struct nouveau_heap **heap);
46 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv,
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2646.js28 // Flags: --heap-stats
32 heap = new ArrayBuffer(expectedItemsCount * itemSize * 8),
36 storage.push(new Float64Array(heap, 0, itemSize));
/external/valgrind/main/memcheck/tests/
H A Dsbfragment.stdout.exp2 reasonable heap usage
/external/chromium-trace/trace-viewer/src/tcmalloc/
H A Dheap_instance_track.css6 .heap-instance-track {
10 .heap-instance-track ul {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_mm.c34 u_mmDumpMemInfo(const struct mem_block *heap) argument
36 debug_printf("Memory heap %p:\n", (void *) heap);
37 if (heap == 0) {
38 debug_printf(" heap == 0\n");
44 for (p = heap->next; p != heap; p = p->next) {
58 for (p = heap->next_free; p != heap; p = p->next_free) {
72 struct mem_block *heap, *bloc local
177 u_mmAllocMem(struct mem_block *heap, int size, int align2, int startSearch) argument
214 u_mmFindBlock(struct mem_block *heap, int start) argument
282 u_mmDestroy(struct mem_block *heap) argument
[all...]
H A Du_mm.h40 struct mem_block *heap; member in struct:mem_block
50 * return: a heap pointer if OK, NULL if error
61 * startSearch = linear offset from start of heap to begin search
64 extern struct mem_block *u_mmAllocMem(struct mem_block *heap, int size, int align2,
76 * input: pointer to a heap, start offset
79 extern struct mem_block *u_mmFindBlock(struct mem_block *heap, int start);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmm.c34 mmDumpMemInfo(const struct mem_block *heap) argument
36 fprintf(stderr, "Memory heap %p:\n", (void *)heap);
37 if (heap == 0) {
38 fprintf(stderr, " heap == 0\n");
42 for(p = heap->next; p != heap; p = p->next) {
50 for(p = heap->next_free; p != heap; p = p->next_free) {
63 struct mem_block *heap, *bloc local
168 mmAllocMem(struct mem_block *heap, unsigned size, unsigned align2, unsigned startSearch) argument
201 mmFindBlock(struct mem_block *heap, unsigned start) argument
269 mmDestroy(struct mem_block *heap) argument
[all...]
H A Dmm.h38 struct mem_block *heap; member in struct:mem_block
49 * return: a heap pointer if OK, NULL if error
60 * startSearch = linear offset from start of heap to begin search
63 extern struct mem_block *mmAllocMem(struct mem_block *heap, unsigned size,
75 * input: pointer to a heap, start offset
78 extern struct mem_block *mmFindBlock(struct mem_block *heap, unsigned start);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_mm.c34 u_mmDumpMemInfo(const struct mem_block *heap) argument
36 debug_printf("Memory heap %p:\n", (void *) heap);
37 if (heap == 0) {
38 debug_printf(" heap == 0\n");
44 for (p = heap->next; p != heap; p = p->next) {
58 for (p = heap->next_free; p != heap; p = p->next_free) {
72 struct mem_block *heap, *bloc local
177 u_mmAllocMem(struct mem_block *heap, int size, int align2, int startSearch) argument
214 u_mmFindBlock(struct mem_block *heap, int start) argument
282 u_mmDestroy(struct mem_block *heap) argument
[all...]
H A Du_mm.h40 struct mem_block *heap; member in struct:mem_block
50 * return: a heap pointer if OK, NULL if error
61 * startSearch = linear offset from start of heap to begin search
64 extern struct mem_block *u_mmAllocMem(struct mem_block *heap, int size, int align2,
76 * input: pointer to a heap, start offset
79 extern struct mem_block *u_mmFindBlock(struct mem_block *heap, int start);
/external/mesa3d/src/mesa/main/
H A Dmm.c34 mmDumpMemInfo(const struct mem_block *heap) argument
36 fprintf(stderr, "Memory heap %p:\n", (void *)heap);
37 if (heap == 0) {
38 fprintf(stderr, " heap == 0\n");
42 for(p = heap->next; p != heap; p = p->next) {
50 for(p = heap->next_free; p != heap; p = p->next_free) {
63 struct mem_block *heap, *bloc local
168 mmAllocMem(struct mem_block *heap, unsigned size, unsigned align2, unsigned startSearch) argument
201 mmFindBlock(struct mem_block *heap, unsigned start) argument
269 mmDestroy(struct mem_block *heap) argument
[all...]
H A Dmm.h38 struct mem_block *heap; member in struct:mem_block
49 * return: a heap pointer if OK, NULL if error
60 * startSearch = linear offset from start of heap to begin search
63 extern struct mem_block *mmAllocMem(struct mem_block *heap, unsigned size,
75 * input: pointer to a heap, start offset
78 extern struct mem_block *mmFindBlock(struct mem_block *heap, unsigned start);
/external/skia/tests/
H A DBitmapHeapTest.cpp53 // Flatten, storing it in the bitmap heap.
54 SkBitmapHeap heap(1, 1);
56 controller.setBitmapStorage(&heap);
59 // Dictionary and heap start off empty.
60 REPORTER_ASSERT(reporter, heap.count() == 0);
63 heap.deferAddingOwners();
65 heap.endAddingOwnersDeferral(true);
67 // The dictionary and heap should now each have one entry.
69 REPORTER_ASSERT(reporter, heap.count() == 1);
73 SkBitmapHeapEntry* entry = heap
[all...]
/external/chromium_org/v8/src/extensions/
H A Dstatistics-extension.cc64 Heap* heap = isolate->heap(); local
68 heap->CollectAllGarbage(Heap::kNoGCFlags, "counters extension");
106 AddNumber(result, heap->new_space()->Size(),
108 AddNumber(result, heap->new_space()->Available(),
110 AddNumber(result, heap->new_space()->CommittedMemory(),
112 AddNumber(result, heap->old_pointer_space()->Size(),
114 AddNumber(result, heap->old_pointer_space()->Available(),
116 AddNumber(result, heap->old_pointer_space()->CommittedMemory(),
118 AddNumber(result, heap
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DheapProfiler.css32 .heap-snapshot-sidebar-tree-item .icon {
36 .heap-snapshot-sidebar-tree-item.wait .icon {
40 .heap-snapshot-sidebar-tree-item.wait.selected .icon {
44 body.inactive .heap-snapshot-sidebar-tree-item.wait .icon {
48 body.inactive .heap-snapshot-sidebar-tree-item.wait.selected .icon {
52 .heap-snapshot-sidebar-tree-item.small .icon {
56 .heap-snapshot-view {
66 .heap-snapshot-view.visible {
70 .heap-snapshot-view .view {
74 .heap
[all...]
/external/valgrind/main/massif/tests/
H A Dbasic2.post.exp36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
39 00.00% (0B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
42 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
45 98.04% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
49 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
52 98.04% (7,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
56 n time(B) total(B) useful-heap(
[all...]
/external/grub/stage2/
H A Dcmdline.c121 enter_cmdline (char *heap, int forever) argument
138 *heap = 0;
143 if (get_cmdline (PACKAGE "> ", heap, 2048, 0, 1))
147 if (! heap[0])
151 builtin = find_command (heap);
171 arg = skip_to (1, heap);
183 run_script (char *script, char *heap) argument
218 grub_memmove (heap, old_entry, (int) cur_entry - (int) old_entry);
219 if (! *heap)
228 grub_memmove (heap, "boo
[all...]
/external/v8/test/cctest/
H A Dtest-alloc.cc40 Heap* heap = Isolate::Current()->heap();
43 NewSpace* new_space = heap->new_space();
47 CHECK(!heap->AllocateByteArray(0)->IsFailure());
55 CHECK(!heap->AllocateByteArray(100)->IsFailure());
56 CHECK(!heap->AllocateFixedArray(100, NOT_TENURED)->IsFailure());
60 CHECK(!heap->AllocateFixedArray(100)->IsFailure());
61 CHECK(!heap->AllocateHeapNumber(0.42)->IsFailure());
62 CHECK(!heap->AllocateArgumentsObject(Smi::FromInt(87), 10)->IsFailure());
63 Object* object = heap
[all...]

Completed in 882 milliseconds

1234567891011>>