Sha256: b8cea3c61fb6aedfd794732de8e59a1a245adb0e2586923cb97c8bdad679d1f2

Contents?: true

Size: 792 Bytes

Versions: 1

Compression:

Stored size: 792 Bytes

Contents

{
  On platforms where memcpy is safe for overlapped memory, the compiler will sometimes replace memmove with memcpy. Valgrind may report a false positive.
  Memcheck:Overlap
  fun:__memcpy_chk
  fun:memmove
  ...
}
{
  Requiring a file will add it to the loaded features, which may be reported as a leak.
  Memcheck:Leak
  ...
  fun:require_internal
  ...
}
{
  Remove this after Ruby 2.7.7, 3.0.5, 3.1.3 are relased. See: https://github.com/Shopify/ruby_memcheck/issues/6
  Memcheck:Leak
  ...
  fun:stack_chunk_alloc
  ...
}
{
  recursive_list_access creates a hash called `list` that is stored on the threadptr_recursive_hash. This is reported as a memory leak.
  Memcheck:Leak
  ...
  fun:rb_st_init_table
  fun:rb_ident_hash_new
  fun:recursive_list_access
  fun:exec_recursive
  ...
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby_memcheck-1.1.1 suppressions/ruby.supp