Merge branch 'noglib' of https://github.com/unicorn-engine/unicorn into noglib

This commit is contained in:
Nguyen Anh Quynh
2016-12-22 12:13:53 +08:00
48 changed files with 224 additions and 218 deletions

View File

@ -102,6 +102,7 @@ GHashTable *g_hash_table_ref(GHashTable *hash_table);
guint g_hash_table_size(GHashTable *hash_table);
/* replacement for g_malloc dependency */
void g_free(void *ptr);
void *g_malloc(size_t size);
void *g_malloc0(size_t size);
void *g_try_malloc0(size_t size);