[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

(On jessie-kfreebsd) Which bit does malloc use to mark memory as allocated?



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 to: