What is the translation of " BỘ NHỚ STACK " in English?

Examples of using Bộ nhớ stack in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Nghĩa là giá trị cất vào bộ nhớ Stack.
Stacked item on the stack memory.
Kích thước bộ nhớ Stack là rất ít so với bộ nhớ Heap.
Stack memory size is very less compared to Heap memory..
Dùng- Xss để định nghĩa dung lượng bộ nhớ stack.
We can use-Xss to define the stack memory size.
Sự khác biệt giữa bộ nhớ stackbộ nhớ heap?
Do you know the difference between the stack and heap memory?
Chúng ta có thể sử dụng-Xss để định nghĩa kích thước bộ nhớ Stack.
We can use-Xss to define the stack memory size.
Combinations with other parts of speech
Ở Line 9, phương thức main()kết thúc và bộ nhớ Stack được tạo cho phương thức main() được huỷ.
At line 9, main() method terminates, and the Stack memory created for it is destroyed.
Bộ nhớ Stack chỉ chứa các biến cơ bản local và các biến tham chiếu đến các object trong Heap Space.
Stack memory only contains local primitive variables and reference variables to objects in heap space.
Ở Line 9, phương thức main() kết thúc và bộ nhớ Stack được tạo cho phương thức main() được huỷ.
In line i, main() method terminates and the stack memory created for main() method is destroyed.
Bất cứ khi nào một object được tạo,nó luôn được lưu trữ trong Heap Space và bộ nhớ Stack chỉ chứa tham chiếu đến nó.
Whenever an object is created,it's always stored in the Heap space and stack memory contains the reference to it.
Bộ nhớ Stack tồn tại trong thời gian ngắn trong khi bộ nhớ Head sẽ tồn tại từ lúc bắt đầu cho đến lúc kết thúc chạy chương trình.
Stack memory is short-lived whereas heap memory lives from the start till the end of application execution.
Các object được lưu trữ trong Heap Space cóthể truy cập global trong khi bộ nhớ Stack không thể truy cập bởi các Thread khác.
Objects stored in the heap are globally accessible whereas stack memory can't be accessed by other threads.
Chúng ta đang tạo một biến local kiểu cơ bản tại Line 2,nên nó được tạo và lưu trong bộ nhớ Stack của phương thức main().
We are creating primitive local variable at Line b,so it's created and stored in the stack memory of main() method.
Do đơn giản trong việc cấp phát bộ nhớ( LIFO), bộ nhớ Stack rất nhanh khi so với bộ nhớ Heap.
Because of simplicity in memory allocation(LIFO), stack memory is very fast when compared to heap memory..
Vì chúng ta đang tạo một object tại Line 3 nênnó được tạo trong bộ nhớ Heap và bộ nhớ Stack chứa tham chiếu của nó.
Since an Object is created at line 3,it's created in Heap memory and the reference for it is stored in Stack memory.
Bộ nhớ Heap được sử dụng bởi tất cả các phần của ứng dụng trong khi bộ nhớ Stack chỉ được sử dụng bởi một Thread đang chạy.
Heap memory is used by all the parts of the application whereas stack memory is used only by one thread of execution.
Vì chúng ta đang tạo một object tại Line 3 nênnó được tạo trong bộ nhớ Heap và bộ nhớ Stack chứa tham chiếu của nó.
Since we are creating an Object using new keyword inLine c, it's created in Heap memory and stack memory contains the reference for it.
Bộ nhớ java Stack được sử dụng để chạy một Thread.
Java stack memory is used for execution of a thread.
Stackbộ nhớ đặt sang một bên là không gian đầu".
Stack is the memory set aside as scratch space".
Quản lý bộ nhớ trong Stack được thực hiện theo cách thức LIFO trong khi nó sẽ phức tạp hơn với bộ nhớ Heap bởi vì nó có thể truy cập Global.
Memory management in stack is done in LIFO manner whereas it's more complex in Heap memory because it's used globally.
Công cụ cũng liệt kê các địa chỉ bộ nhớ bên trong stack và tìm các module có thể thêm vào.
This tool also lists the memory addresses inside the lock stack and finds the modules that might be involved in it.
Mô hình bộ nhớ được dùng trongmáy ảo Java phân chia bộ nhớ giữa các thread stack và heap.
The Java memory model usedinternally in the JVM divides memory between thread stacks and the heap.
Tương tác phổbiến nhất với JVM đang chạy là kiểm tra mức sử dụng bộ nhớ trong heap và stack.
The most commoninteraction with a running JVM is to check the memory usage in theheap and stack.
Các tùy chọn bộ nhớ khác, heap và stack, vẫn giữ nguyên trong Java 8.
The other memory options, heap and stack, remain the same in Java 8.
Stack và heap là các vùng bộ nhớ.
The Stack and the Heap are memory areas.
Bộ nhớ được chia thành hai phần lớn: stack và heap.
The memory can be split into two different parts: stack and heap.
Bộ nhớ được chia thành hai phần lớn: stack và heap.
Memory is split into two types: stack and heap.
Quản lý bộ nhớ toàn cầu trong C++ trong stack hay heap?
Global memory management in C++ in stack or heap?
Cấu trúc bộ nhớ phần cứng không phân biệt giữa thread stack và heap.
The hardware memory architecture does not distinguish between thread stacks and heap.
Mỗi thread sẽdành một phần memory overhead cho stack place, cộng thêm một số bộ nhớ được cấp phát trên heap cho connection- specific buffers( buffer riêng cho connection).
Each thread has some memory overhead for stack space, plus some memory allocated on the heap for connection-specific buffers.
Results: 29, Time: 0.0161

Word-for-word translation

Top dictionary queries

Vietnamese - English