/third_party/jerryscript/jerry-core/api/ |
D | external-context-helpers.c | 73 jerry_external_context_init (uint32_t heap_size, /**< the size of heap */ in jerry_external_context_init() argument 77 jerry_context_t * external_context = jerry_create_context (heap_size, alloc, NULL); in jerry_external_context_init()
|
D | generate-bytecode.h | 54 void jerry_external_context_init(uint32_t heap_size, jerry_context_alloc_t alloc, void *cb_data_p);
|
D | jerry.c | 3490 jerry_create_context (uint32_t heap_size, /**< the size of heap */ in jerry_create_context() argument 3494 JERRY_UNUSED (heap_size); in jerry_create_context() 3501 heap_size = JERRY_ALIGNUP (heap_size, JMEM_ALIGNMENT); in jerry_create_context() 3504 if (heap_size < 1024) in jerry_create_context() 3509 total_size += heap_size; in jerry_create_context() 3530 context_p->heap_size = heap_size; in jerry_create_context() 3531 byte_p += heap_size; in jerry_create_context()
|
/third_party/jerryscript/jerry-core/jcontext/ |
D | jcontext.h | 126 uint32_t heap_size; /**< size of the heap */ member 260 #define JMEM_HEAP_SIZE (JERRY_CONTEXT (heap_size))
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_gpu_info.c | 261 info->heap_size = vram_gtt_info.vram_cpu_accessible_size; in amdgpu_query_heap_info() 263 info->heap_size = vram_gtt_info.vram_size; in amdgpu_query_heap_info() 279 info->heap_size = vram_gtt_info.gtt_size; in amdgpu_query_heap_info()
|
D | amdgpu.h | 407 uint64_t heap_size; member
|
/third_party/jerryscript/jerry-core/include/ |
D | jerryscript-core.h | 614 jerry_context_t *jerry_create_context (uint32_t heap_size, jerry_context_alloc_t alloc, void *cb_da…
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 2775 VkDeviceSize heap_size = device->memory.heaps[i].size; in anv_get_memory_budget() local 2792 double heap_proportion = (double) heap_size / total_heaps_size; in anv_get_memory_budget() 2800 heap_budget = MIN2(heap_size, heap_used + heap_available); in anv_get_memory_budget() 2812 assert(0 < heap_budget && heap_budget <= heap_size); in anv_get_memory_budget()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_device.c | 1414 uint64_t heap_size = physical_device->heap.size; in tu_get_budget_memory() local 1426 return MIN2(heap_size, heap_used + heap_available); in tu_get_budget_memory()
|
/third_party/node/deps/v8/src/heap/ |
D | heap.h | 1296 size_t heap_size, size_t* young_generation_size,
|
D | heap.cc | 269 void Heap::GenerationSizesFromHeapSize(size_t heap_size, in GenerationSizesFromHeapSize() argument 277 size_t lower = 0, upper = heap_size; in GenerationSizesFromHeapSize() 282 if (old_generation + young_generation <= heap_size) { in GenerationSizesFromHeapSize()
|
/third_party/mesa3d/src/amd/common/ |
D | ac_gpu_info.c | 220 uint64_t heap_size; member
|
/third_party/jerryscript/docs/ |
D | 02.API-REFERENCE.md | 7064 jerry_create_context (uint32_t heap_size, 7069 - `heap_size` - requested heap size of the JerryScript context
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 797 size_t heap_size = i::Heap::HeapSizeFromPhysicalMemory(physical_memory); in ConfigureDefaults() local 799 i::Heap::GenerationSizesFromHeapSize(heap_size, &young_generation, in ConfigureDefaults()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 9396 int heap_size; member
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 35308 …<parameter type-id='type-id-1504' name='heap_size' filepath='../../.././libsanitizer/tsan/tsan_int… 35465 <!-- const __sanitizer::uptr __tsan::JavaContext::heap_size --> 35466 …<var-decl name='heap_size' type-id='type-id-141' visibility='default' filepath='../../.././libsani…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 20856 …<parameter type-id='type-id-1504' name='heap_size' filepath='../../.././libsanitizer/tsan/tsan_int… 20953 …<var-decl name='heap_size' type-id='type-id-141' visibility='default' filepath='../../.././libsani…
|