dlmalloc

Questions, comments and discussion about the Game Editor development.

dlmalloc

Postby akr » Mon Mar 08, 2010 5:05 pm

Hi,

While porting the engine to Apple I noticed that dlmalloc doesnt work anymore. This comes from the lock /mutex system.
There is also some assember included.

So here is my question

a) Is it important in terms of performance?
b) Any alternative recommondations?

Thx
Andreas
Co-Developer of GE engine

If u are interrested in new features of apple or android ge engines check the engine support website game-editor.net regulary.
akr
 
Posts: 453
Joined: Thu Feb 25, 2010 7:56 pm
Location: Germany, Ulm
Score: 40 Give a positive score

Re: dlmalloc

Postby makslane » Mon Mar 08, 2010 5:32 pm

The dlmalloc was used to improve the performance on 200MHz Pocket PC systems.
The other systems doesn't uses the dlmalloc allocation functions.
They only use the dlmalloc file to intercept the allocations calls and call the MemoryAllocationError in case of error.

Look for DISABLE_DLMALLOC in the files:
http://code.game-editor.com/browser/tru ... dlmalloc.h
http://code.game-editor.com/browser/tru ... dlmalloc.c
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score


Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

cron