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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T14:15:05+00:00 2026-06-12T14:15:05+00:00

I heard malloc is thread-safe because it provide a synchronization primitive so that simultaneous

  • 0

I heard “malloc is thread-safe because it provide a synchronization primitive so that simultaneous to malloc will not corrupt the heap”.

But when I look at the source code of malloc function in visual studio crt, it turns out that the malloc function just pass the request to syscall HeapAlloc. So I think it is the opearting system itself provide some kind of synchronization to protect application from corrupted heap rather than malloc.

Then what about linux? Does malloc itself provide some kind of synchronization?

  • 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-12T14:15:07+00:00Added an answer on June 12, 2026 at 2:15 pm

    The only standard that speaks about this is C11 (since there was no notion of multithreading before), which says (7.22.3/2):

    For purposes of determining the existence of a data race, memory allocation functions
    behave as though they accessed only memory locations accessible through their
    arguments and not other static dura­tion storage. These functions may, however, visibly
    modify the storage that they allocate or de­allo­cate. A call to free or realloc that
    deallocates a region p of memory synchronizes with any allocation call that allocates all
    or part of the region p. This synchronization occurs after any access of p by the
    deallocating function, and before any such access by the allocating function.

    In short, “it’s all fine”.

    However, specific implementations like Linux will surely have been providing their own, strong guarantees for a long time (since ptmalloc2 I think), and it’s basically always been fine. [Update, thanks to @ArjunShankar: Posix does indeed require that malloc be thread-safe.]

    (Note, though, that other implementations such as Google’s tcmalloc may have better performance in multithreaded applications.)

    (For C++, see C++11: 18.6.1.4.)

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

Sidebar

Related Questions

Possible Duplicate: Malloc thread-safe? I heard that glibc malloc() was not thread safe, since
I have heard that 'better-fit' is pretty commonly used, but I don't seem to
I was wondering that if the space required on heap is not large enough
I've heard rumors that calling malloc leads to so called dirty memory, which you
I heard that it's possible to identify the brand of a device (or at
I heard that having @foreach inside of a view is a no-no. Meaning, the
I heard about gems like faker or populator but they are a little bit
I heard that Google can track all the static pages in a website and
I heard that you need to create images for both retina and non-retina. And
I heard from a relatively trustworty source that gettext doesn't require system locales for

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.