name: duk_push_fixed_buffer proto: | void *duk_push_fixed_buffer(duk_context *ctx, duk_size_t size); stack: | [ ... ] -> [ ... buf! ] summary: |
Allocate a fixed size buffer and push it to the value stack.
Shortcut for duk_push_buffer()
with dynamic = 0
.