Home
last modified time | relevance | path

Searched refs:allocation_length (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dbacking-store.cc751 Isolate* isolate, void* allocation_base, size_t allocation_length, in WrapAllocation() argument
754 allocation_length, // length in WrapAllocation()
755 allocation_length, // max length in WrapAllocation()
756 allocation_length, // capacity in WrapAllocation()
771 void* allocation_base, size_t allocation_length, in WrapAllocation() argument
776 allocation_length, // length in WrapAllocation()
777 allocation_length, // max length in WrapAllocation()
778 allocation_length, // capacity in WrapAllocation()
Dbacking-store.h75 size_t allocation_length,
80 void* allocation_base, size_t allocation_length,
/third_party/cJSON/
DcJSON.c793 size_t allocation_length = 0; in parse_string() local
816 allocation_length = (size_t) (input_end - buffer_at_offset(input_buffer)) - skipped_bytes; in parse_string()
817 output = (unsigned char*)input_buffer->hooks.allocate(allocation_length + sizeof("")); in parse_string()