fixed a bug of not resetting the heap limit after gc.

added some pointer arithmetic macros.
This commit is contained in:
hyunghwan.chung
2015-05-08 14:29:35 +00:00
parent 0b97fee2c4
commit 10661777a1
10 changed files with 152 additions and 81 deletions

View File

@ -171,7 +171,13 @@ stix_oow_t stix_hashbytes (
stix_oow_t stix_hashchars (
const stix_char_t* ptr,
stix_size_t len
stix_oow_t len
);
int stix_equalchars (
const stix_char_t* str1,
const stix_char_t* str2,
stix_oow_t len
);
/* ========================================================================= */