mirror of
https://github.com/bellard/quickjs.git
synced 2025-11-15 18:22:15 +03:00
3bb2ca360e994c93e9bf273a685c061d5e0b58f4
ssize_t is not always available and the cast it was used in wasn't necessary in the first place, the value already has the right type. Note that the field malloc_limit is an int64_t in JSMemoryUsage whereas it is a size_t in JSMallocState.
The main documentation is in doc/quickjs.pdf or doc/quickjs.html.
Languages
C
94.2%
JavaScript
5.2%
Makefile
0.5%
Shell
0.1%