Simplify allocation-recording in test suite using new ts_set_allocator API
This commit is contained in:
parent
e01ea9ff51
commit
622359b400
19 changed files with 245 additions and 254 deletions
|
|
@ -30,8 +30,6 @@ extern void (*ts_current_free)(void *);
|
|||
#define ts_free ts_current_free
|
||||
#endif
|
||||
|
||||
bool ts_toggle_allocation_recording(bool);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue