Home
last modified time | relevance | path

Searched refs:free_bytes (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/escl/
H A Descl_pdf.c140 goto free_bytes; in get_PDF_data()
231 free_bytes: in get_PDF_data()
/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.c397 size_t free_bytes = max_byte_count - *buffer_pos; in jerry_debugger_copy_variables_to_string_message() local
400 while (str_size > free_bytes) in jerry_debugger_copy_variables_to_string_message()
402 memcpy (message_string_p->string + *buffer_pos, string_p, free_bytes); in jerry_debugger_copy_variables_to_string_message()
410 string_p += free_bytes; in jerry_debugger_copy_variables_to_string_message()
411 str_size -= free_bytes; in jerry_debugger_copy_variables_to_string_message()
412 free_bytes = max_byte_count; in jerry_debugger_copy_variables_to_string_message()
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc5830 size_t free_bytes = free_end - free_start; in TraceFragmentation() local
5833 if (free_bytes >= free_size_class_limit) { in TraceFragmentation()
5834 free_bytes_of_class[free_bytes_index] += free_bytes; in TraceFragmentation()
5847 size_t free_bytes = area_end - free_start; in TraceFragmentation() local
5850 if (free_bytes >= free_size_class_limit) { in TraceFragmentation()
5851 free_bytes_of_class[free_bytes_index] += free_bytes; in TraceFragmentation()
5862 "free_bytes=%zu free_bytes_1K=%zu free_bytes_2K=%zu free_bytes_4K=%zu\n", in TraceFragmentation()

Completed in 11 milliseconds