-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Open
Labels
bufferIssues and PRs related to the buffer subsystem.Issues and PRs related to the buffer subsystem.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.questionIssues that look for answers.Issues that look for answers.
Description
Affected URL(s)
No response
Description of the problem
I'd like to confirm: Does ArrayBuffer
in node allocate shared heap memory for objects, and is Buffer
a separate chunk from the heap memory?
If that's the case, isn't the size theoretically allocated by ArrayBuffer equivalent to the size of the heap memory(Maybe 1.7G?), and isn't the theoretical size of buffer max_length?
According to #3012 , there was a related description a long time ago, but now there is no related description in the document.
Metadata
Metadata
Assignees
Labels
bufferIssues and PRs related to the buffer subsystem.Issues and PRs related to the buffer subsystem.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.questionIssues that look for answers.Issues that look for answers.