Welcome, Guest. Please login or register.

Author Topic: TLSFMem O(1) Memory Allocator V1.4  (Read 2734 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline keropi

  • Hero Member
  • *****
  • Join Date: Sep 2004
  • Posts: 2466
    • Show all replies
Re: TLSFMem O(1) Memory Allocator V1.4
« on: October 28, 2007, 11:20:49 PM »
I read that this does not work with WarpOS, does that mean it is inactive with WOS apps, or it will cause probs with WOS apps? is it safe to use on a ppc amiga?  :-?
 

Offline keropi

  • Hero Member
  • *****
  • Join Date: Sep 2004
  • Posts: 2466
    • Show all replies
Re: TLSFMem O(1) Memory Allocator V1.4
« Reply #1 on: October 29, 2007, 06:23:04 AM »
I "RTFM" as you suggest, before I posted the Q, you say:

Q: Does it run on WarpOS / PowerUP?
A: The last version V1.3 didn't due to a bug in AllocAbs. The new one
   should run under PowerUP, because according to Laire, PowerUP calls the
   exec functions. I suspect WarpOS still not to work because it's said to
   have its own PPC native implementation of the exec memory functions,
   which will cause WarpOS to run out of memory. This is due to TLSFMem
   allocating its memory from the normal memory lists and pouring each into
   TLSF mem headers, which would appear empty to the standard exec
   routines.


it might be clear to you , but I cannot understand for sure if this works or no. A "yes" or "no" is even a smaller word, you could just write that and save some time  :lol:
my main concern is if it cause any WOS errors/instabillity.
 

Offline keropi

  • Hero Member
  • *****
  • Join Date: Sep 2004
  • Posts: 2466
    • Show all replies
Re: TLSFMem O(1) Memory Allocator V1.4
« Reply #2 on: October 29, 2007, 06:58:10 AM »
thanks...
do you think you might solve this problem in future versions?  :-)