1
0
Fork 0
forked from len0rd/rockbox

tlsf: Update to upstream 2.4.6 release

Seems to resolve FS#13383 and FS#13384

Change-Id: I43b2f166b78e61c16723a944729aa117260320fc
This commit is contained in:
Solomon Peachy 2022-12-31 11:44:35 -05:00
parent 85410589d1
commit 485e96d6be
5 changed files with 223 additions and 117 deletions

View file

@ -1,6 +1,6 @@
/*
* Two Levels Segregate Fit memory allocator (TLSF)
* Version 2.4.4
* Version 2.4.6
*
* Written by Miguel Masmano Tello <mimastel@doctor.upv.es>
*
@ -19,7 +19,7 @@
#ifndef _TLSF_H_
#define _TLSF_H_
#include <string.h> /* defines size_t */
#include <sys/types.h>
extern size_t init_memory_pool(size_t, void *);
extern size_t get_used_size(void *);