Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6318837
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T15:41:42+00:00 2026-05-24T15:41:42+00:00

The vast majority of a DirectByteBuffer – if large enough – is allocated off

  • 0

The vast majority of a DirectByteBuffer – if large enough – is allocated off the Java Heap. But a portion of it will still be on the heap, even if its very small.

How many bytes does a DirectByteBuffer of any size take up on the heap?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T15:41:43+00:00Added an answer on May 24, 2026 at 3:41 pm

    This is obviously implementation defined, as the Java spec doesn’t make any guarantees about this stuff. For a modern hotspot VM: 2 words overhead per object (and to be exact at least 1 word for variables even if the object doesn’t have any). Now you basically have to count. Every object has to be 8byte aligned.

    As an example lets look at DirectByteBuffer: We see that it stores one object (1 word). Now if it shares this object with something else you may or may not want to count it. If you count it you’ll have to find out what object is stored and compute its size as well (therefore depends on your exact codepath). Since DirectByteBuffer extends a class you’ll have to add that size as well to it.

    Yep that’s quite some work and I sure as hell won’t do it for you 😉 But it’s quite simple. I count at least 3 references and 29byte primitives..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Environment: Java (Java EE), Tomcat container At work the vast majority of our apps
I'm pretty sure I can page cache the vast majority of my site but
I'm working on a large Django app, the vast majority of which requires a
We have a fairly large code-base. The vast majority of the code is compiled
The vast majority of applications does not handle disk full scenarios properly. Example: an
I've been looking at Boost and various other C++ libraries. The vast majority of
Rather a simple question. But the implications are vast. Over the last few weeks
I'm working on an ASP.NET project in which the vast majority of the forms
I'm working on on a site built using struts2. The vast majority of our
I am currently picking up Grails and Roo. The vast majority of training materials

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.