Searched refs:heap (Results 101 - 125 of 511) sorted by relevance

1234567891011>>

/external/v8/src/runtime/
H A Druntime-date.cc21 return isolate->heap()->ToBoolean(obj->IsJSDate());
/external/syslinux/core/mem/
H A Dmalloc.c25 unsigned int heap = ARENA_HEAP_GET(fp->a.attrs); local
36 ARENA_HEAP_SET(nfp->a.attrs, heap);
70 void *bios_malloc(size_t size, enum heap heap, malloc_tag_t tag) argument
73 struct free_arena_header *head = &__core_malloc_head[heap];
92 static void *_malloc(size_t size, enum heap heap, malloc_tag_t tag) argument
97 size, heap, tag, __builtin_return_address(0));
100 p = firmware->mem->malloc(size, heap, tag);
/external/v8/tools/
H A Dgrokdump.py59 heap. Code objects are disassembled and the addresses linked from the
119 def FullDump(reader, heap):
133 print FormatDisasmLine(start, heap, line)
167 heap_object = heap.FindObject(maybe_address)
1007 def FormatDisasmLine(start, heap, line):
1009 stack_slot = heap.stack_map.get(line_address)
1013 code = AnnotateAddresses(heap, line[1])
1018 if heap.reader.arch == MD_CPU_ARCHITECTURE_X86:
1030 def AnnotateAddresses(heap, line):
1034 object = heap
[all...]
/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp251 log << TestLog::Message << "Single allocation size: " << (m_config.memorySize ? de::toString(*m_config.memorySize) : de::toString(100.0f * (*m_config.memoryPercentage)) + " percent of the heap size.") << TestLog::EndMessage;
274 m_result.fail("Invalid heap index defined for memory type.");
278 log << TestLog::Message << "Memory heap: " << memoryHeap << TestLog::EndMessage;
281 TCU_THROW(NotSupportedError, "Memory heap doesn't have enough memory.");
435 VkMemoryHeap heap; member in struct:vkt::memory::__anon4356::Heap
486 m_heaps[heapNdx].heap = m_memoryProperties.memoryHeaps[heapNdx];
488 m_heaps[heapNdx].maxMemoryUsage = m_heaps[heapNdx].heap.size / 2; /* Use at maximum 50% of heap */
514 const Heap& heap = m_heaps[heapNdx]; local
516 for (size_t objectNdx = 0; objectNdx < heap
[all...]
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_mm.c59 struct mem_block *heap; member in struct:mm_pb_manager
204 mm_buf->block = u_mmAllocMem(mm->heap, (int)size, (int)mm->align2, 0);
207 debug_printf("warning: heap full\n");
208 mmDumpMemInfo(mm->heap);
238 u_mmDestroy(mm->heap);
279 mm->heap = u_mmInit(0, (int)size);
280 if (!mm->heap)
286 if(mm->heap)
287 u_mmDestroy(mm->heap);
/external/syslinux/com32/include/syslinux/
H A Dfirmware.h42 enum heap;
44 void *(*malloc)(size_t, enum heap, size_t);
/external/syslinux/efi/
H A Defi.h52 enum heap;
53 extern void *efi_malloc(size_t, enum heap, size_t);
/external/valgrind/memcheck/tests/
H A Dbrk2.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dbug287260.stderr.exp6 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
H A Derringfds.stderr.exp6 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-0.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-1.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-2.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-3.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-4.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dleak-pool-5.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dmallinfo.stderr.exp6 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dnew_override.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
/external/valgrind/memcheck/tests/linux/
H A Dcapget.stderr.exp9 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dlsframe1.stderr.exp7 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dlsframe2.stderr.exp7 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dsigqueue.stderr.exp6 total heap usage: 1 allocs, 1 frees, 128 bytes allocated
H A Dsys-openat.stderr.exp6 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
H A Dsyscalls-2007.stderr.exp5 total heap usage: ... allocs, ... frees, ... bytes allocated
H A Dsyslog-syscall.stderr.exp6 total heap usage: ... allocs, ... frees, ... bytes allocated

Completed in 372 milliseconds

1234567891011>>