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 8170045
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:02:58+00:00 2026-06-06T21:02:58+00:00

I am debuging with Visual Studio 2008. I allocate a large buffer (around 12MB)

  • 0

I am debuging with Visual Studio 2008. I allocate a large buffer (around 12MB) using

buf = new unsigned char[bigValue];

Later when I deallocate the buffer using delete[] buf;, I see “?? ?? ?? ??” values in the debug memory window. Usually I see “fe ee fe ee”. Is there something going wrong with my memory management that I’m not seeing?

I found a couple of related questions:

Why I can only see “??” at any address before 0x70000

In Visual Studio C++, what are the memory allocation representations?

but they don’t answer this 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-06T21:02:59+00:00Added an answer on June 6, 2026 at 9:02 pm

    Usually, the ?? means that that part of the process address space is not mapped. That is, those addresses are no longer in use by the process. To observe this behavior directly, you can VirtualAlloc a block of memory, watch it in the Memory window, then VirtualFree it, releasing it back to the OS.

    The 0xfe flag is a sentinel value with which the debug heap fills freed memory that is still owned by the heap. If you deallocate a very large block of memory, it is likely that it will be released back to the OS immediately, rather than being returned from the heap.

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

Sidebar

Related Questions

I have created a custom control using VB.NET in Visual Studio 2008 that gives
I'm using Visual Studio 2008 SP1 and trying to debug a website created in
I'm using Visual Studio 2008 Pro programming in c++. When I press the run
I am using visual studio 2008 professional edition. In my solution I have about
I'm writing in Visual Studio 2008 using C# (if that makes a difference) and
I am currently using Visual Studio 2008 on XP Pro SP3. Developing against http://localhost/
I'm using Visual Studio 2008 trying to debug a C# project. I had some
There is a post on IIS.net titled Using Visual Studio 2008 with IIS 7.0
If I launch an ASP.NET project, using Visual Studio 2008 and Internet Explorer, Visual
I'm making a winform in C# using Visual Studio 2008. Currently, I have a

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.