Hello,

I'm looking to manually protect a memory region from being allocated in my
C program. It's my understanding that malloc() sets a certain bit on data
to accomplish this task. Is there a header file I can include somewhere
with a macro specifying which bit this is?

Reply via email to