Sha256: 003c2b3f0d30f7bbe301e07238a639898c8d0740aa8c1668c84f86e18b486cb0
Contents?: true
Size: 1.59 KB
Versions: 0
Compression: gzip
Compressed size: 793 Bytes
Stored size: 793 Bytes
Contents
--- !ruby/object:Gem::Specification name: mall version: !ruby/object:Gem::Version version: 1.0.3 platform: ruby authors: - mall hackers (mall@yhbt.net) - Ivan Prisyazhnyy autorequire: bindir: bin cert_chain: [] date: 2021-09-29 00:00:00.000000000 Z dependencies: [] description: |- This library provides access to the SysV mallinfo(3) and mallopt(3) functions as well as (optionally) several glibc-specific malloc_*() functions. Mall.opt, Mall.trim and Mall.xml are the most interesting. 1.0.3 fixes minor issues to be compatible with gem install and rake. email: - john.koepi@gmail.com - mall@yhbt.net executables: [] extensions: - ext/mall/extconf.rb extra_rdoc_files: - LICENSE - README - ext/mall/mall.c files: - ".document" - ".gitignore" - ".olddoc.yml" - COPYING - GIT-VERSION-GEN - GNUmakefile - Gemfile - LICENSE - README - Rakefile - bin/console - bin/setup - ext/mall/.gitignore - ext/mall/extconf.rb - ext/mall/mall.c - ext/mall/mall.c.erb - mall.gemspec - pkg.mk - setup.rb - test/test_mall.rb homepage: https://github.com/sitano/mall licenses: - LGPL metadata: {} post_install_message: rdoc_options: [] require_paths: - ext required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.6.14.4 signing_key: specification_version: 4 summary: access malloc tuning/reporting functions + glibc extras. linux only. test_files: - test/test_mall.rb