mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
heap_tlsf: use tlsf IMPL in ESP32C2 ROM
This commit is contained in:

committed by
wuzhenghui

parent
a9f8b20431
commit
6ec373daf5
@@ -127,6 +127,9 @@ void tlsf_walk_pool(pool_t pool, tlsf_walker walker, void* user);
|
||||
int tlsf_check(tlsf_t tlsf);
|
||||
int tlsf_check_pool(pool_t pool);
|
||||
|
||||
/* Used for heap tlsf in ROM IMPL */
|
||||
void tlsf_poison_fill_pfunc_set(void *pfunc);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user