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

  • Home
  • SEARCH
  • 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 8257117
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T02:05:29+00:00 2026-06-08T02:05:29+00:00

Is there any way to tell .net runtime , not to re-locate object in

  • 0

Is there any way to tell .net runtime , not to re-locate object in memory ?

IMHO – Object can be re-locate by GC when :

  • Moving from one generation to another
  • Being moved from finilization-queue to the f-reachable queue.
  • else ( maybe optimization mechanism ?).

    Also,I thought immutable (strings)are automatically recreated each time , so they must be created in a new location.

(just a theoratical question )

  • 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-06-08T02:05:31+00:00Added an answer on June 8, 2026 at 2:05 am

    As an implementation detail, the .Net framework can move an object in the memory in the final stage of garbage collection. But this doesn’t necessarily mean moving between generations: when performing generation 2 GC, objects in gen 2 will be moved, even though they don’t change generation (because there is nowhere to go beyond gen 2).

    The finalization queue and the f-reachable queue have nothing to do with this, they contain only references to objects, not the objects themselves.

    I have no idea what does this have to do with immutable objects. The runtime doesn’t give any special treatment to them (except for strings).

    Telling the runtime not to relocate an object (also known as “pinning” the object) is an unusual requirement and should have a really good reason, because it can negatively affect the performance of the GC. To temporarily pin an object in unsafe code, you can use the fixed statement. To do it permanently or from safe code, you can use GCHandle.Alloc(), specifying GCHandleType.Pinned.

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

Sidebar

Related Questions

Is there any way to tell GCC to not initialize a particular global array
Is there any way to tell db4o to call class default constructor while activating
In iOS is there any way to tell, when the touch ends, if it
When adding an array at DynamoDB with put_item, is there any way to tell
Is there any way to programmatically tell android to open the keyboard when the
Is there any easy way to tell perl now ignore everything that is printed?
Is there any simple way to tell if UNC path points to a local
Is there a way to make RubyGems tell if there are any updates available?
Is there any way I can set a formatter on models that will convert
Is there any way to check what events have fired during the asp.net webforms

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.