]> git.kaiwu.me - njs.git/commit
Allowing to use custom allocator in njs_chb_t.
authorDmitry Volyntsev <xeioex@nginx.com>
Fri, 26 Apr 2024 23:27:52 +0000 (16:27 -0700)
committerDmitry Volyntsev <xeioex@nginx.com>
Fri, 26 Apr 2024 23:27:52 +0000 (16:27 -0700)
commitc712c00403654be233610d2f2b92024d3bca9ec1
tree4dece170f086b2d244d786a47090ad5e3f1b7a31
parente9813d0456655c5653f17e5c268bc45aa1aa30c7
Allowing to use custom allocator in njs_chb_t.
15 files changed:
external/njs_query_string_module.c
external/njs_xml_module.c
external/njs_zlib_module.c
nginx/ngx_js_fetch.c
src/njs_array.c
src/njs_chb.c
src/njs_chb.h
src/njs_error.c
src/njs_function.c
src/njs_json.c
src/njs_regexp.c
src/njs_string.c
src/njs_typed_array.c
src/njs_vm.c
src/test/njs_unit_test.c