Home
last modified time | relevance | path

Searched refs:heap_size (Results 1 – 17 of 17) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Dexternal-context-helpers.c73 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()
Dgenerate-bytecode.h54 void jerry_external_context_init(uint32_t heap_size, jerry_context_alloc_t alloc, void *cb_data_p);
Djerry.c3490 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/
Djcontext.h126 uint32_t heap_size; /**< size of the heap */ member
260 #define JMEM_HEAP_SIZE (JERRY_CONTEXT (heap_size))
/third_party/libdrm/amdgpu/
Damdgpu_gpu_info.c261 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()
Damdgpu.h407 uint64_t heap_size; member
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h614 jerry_context_t *jerry_create_context (uint32_t heap_size, jerry_context_alloc_t alloc, void *cb_da…
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c2775 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/
Dtu_device.c1414 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/
Dheap.h1296 size_t heap_size, size_t* young_generation_size,
Dheap.cc269 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/
Dac_gpu_info.c220 uint64_t heap_size; member
/third_party/jerryscript/docs/
D02.API-REFERENCE.md7064 jerry_create_context (uint32_t heap_size,
7069 - `heap_size` - requested heap size of the JerryScript context
/third_party/node/deps/v8/src/api/
Dapi.cc797 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/
Dvmlinux.h9396 int heap_size; member
/third_party/libabigail/tests/data/test-annotate/
Dtest15-pr18892.so.abi35308 …<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/
Dtest15-pr18892.so.abi20856 …<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…