forked from cory/tildefriends
Attempting to learn about a slow memory leak.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3887 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
@ -4,6 +4,9 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
void tf_util_replace_uv_allocator();
|
||||
size_t tf_util_uv_get_malloc_size();
|
||||
|
||||
void tf_util_register(JSContext* context);
|
||||
JSValue tf_util_utf8_decode(JSContext* context, JSValue value);
|
||||
uint8_t* tf_util_try_get_array_buffer(JSContext* context, size_t* psize, JSValueConst obj);
|
||||
|
Reference in New Issue
Block a user