Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide
translations



Rockbox mail archive

Subject: Re: malloc in plugins

Re: malloc in plugins

From: Björn Stenberg <bjorn_at_haxx.se>
Date: Thu, 8 Jan 2004 23:37:40 +0100

BlueChip wrote:
> HEEEEEELP
>
> I have been stumped by malloc! I need/want to use malloc/free in a plugin

We have no heap, and thus no malloc.

You are of course free to implement dynamic allocation of the plugin buffer if you simply want to juggle a lot of memory buffers. However I still recommend to always use static allocation and thus always run the worst case.

-- 
Björn
Received on 2004-01-08

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy