Searched refs:free_bytes (Results 1 – 5 of 5) sorted by relevance
397 size_t free_bytes = max_byte_count - *buffer_pos; in jerry_debugger_copy_variables_to_string_message() local400 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()
5829 size_t free_bytes = free_end - free_start; in TraceFragmentation() local5832 if (free_bytes >= free_size_class_limit) { in TraceFragmentation()5833 free_bytes_of_class[free_bytes_index] += free_bytes; in TraceFragmentation()5846 size_t free_bytes = area_end - free_start; in TraceFragmentation() local5849 if (free_bytes >= free_size_class_limit) { in TraceFragmentation()5850 free_bytes_of_class[free_bytes_index] += free_bytes; in TraceFragmentation()
40819 int free_bytes; member
31630 <!-- uint64_t tcmalloc::PageHeap::Stats::free_bytes -->31631 …<var-decl name='free_bytes' type-id='type-id-38' visibility='default' filepath='src/page_heap.h' l…
19740 …<var-decl name='free_bytes' type-id='type-id-38' visibility='default' filepath='src/page_heap.h' l…