avr-libc-dev
[Top][All Lists]
Advanced

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

[avr-libc-dev] making malloc() and free() reentrant safe


From: Branislav Katreniak
Subject: [avr-libc-dev] making malloc() and free() reentrant safe
Date: Tue, 28 Jun 2005 12:16:05 +0200
User-agent: Mutt/1.5.9i

Hello

I want to use a multitasking OS in my project. What is the best way to
encapsulate all calls to malloc() and free() with a synchronization
primitives? I want all calls to these functions (even from other libc
functions) to be reentrant safe and ideally I'd like to use official
libc library without any modifications. 

Regards

-- 
Branislav Katreniak
mailto: address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]