{"id":13578191,"url":"https://github.com/siffiejoe/lua-allocspy","last_synced_at":"2025-12-27T15:03:54.487Z","repository":{"id":147352647,"uuid":"162677438","full_name":"siffiejoe/lua-allocspy","owner":"siffiejoe","description":"Log memory (de-)allocations in Lua","archived":false,"fork":false,"pushed_at":"2020-07-08T18:30:17.000Z","size":4,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-05T15:49:29.547Z","etag":null,"topics":["logging","lua","memory-allocation"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siffiejoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-12-21T06:51:10.000Z","updated_at":"2024-10-19T05:46:28.000Z","dependencies_parsed_at":"2023-07-02T16:45:54.160Z","dependency_job_id":null,"html_url":"https://github.com/siffiejoe/lua-allocspy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Flua-allocspy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Flua-allocspy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Flua-allocspy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siffiejoe%2Flua-allocspy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siffiejoe","download_url":"https://codeload.github.com/siffiejoe/lua-allocspy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247366402,"owners_count":20927501,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["logging","lua","memory-allocation"],"created_at":"2024-08-01T15:01:28.295Z","updated_at":"2025-12-27T15:03:49.430Z","avatar_url":"https://github.com/siffiejoe.png","language":"C","readme":"[![Build Status](https://travis-ci.org/siffiejoe/lua-allocspy.svg?branch=master)](https://travis-ci.org/siffiejoe/lua-allocspy)\n\n#           Allocspy -- Monitoring Memory Allocation in Lua          #\n\n##                           Introduction                           ##\n\nIf you are interested when Lua allocates how much memory for what,\nthis helper module is for you. It replaces the standard memory\nallocator for Lua values and counts the allocated memory. It may also\nlog all (de-)allocations to `stderr`.\n\n\n##                          Getting Started                         ##\n\nThis module can be `require`d as a normal Lua module. It provides two\nfunctions:\n\n*   `enable( verbose )`\n\n    Start counting the number of bytes allocated by Lua. If the\n    `verbose` flag is truish, every (de-)allocation is logged to\n    `stderr`.\n\n*   `disable()`\n\n    Stop counting the number of bytes allocated by Lua. Returns the\n    number of bytes allocated since this module was last `enable`d.\n\n\n##                              Contact                             ##\n\nPhilipp Janda, siffiejoe(a)gmx.net\n\nComments and feedback are always welcome.\n\n\n##                              License                             ##\n\n**allocspy** is *copyrighted free software* distributed under the MIT\nlicense (the same license as Lua 5.1). The full license text follows:\n\n    allocspy (c) 2019 Philipp Janda\n\n    Permission is hereby granted, free of charge, to any person obtaining\n    a copy of this software and associated documentation files (the\n    \"Software\"), to deal in the Software without restriction, including\n    without limitation the rights to use, copy, modify, merge, publish,\n    distribute, sublicense, and/or sell copies of the Software, and to\n    permit persons to whom the Software is furnished to do so, subject to\n    the following conditions:\n\n    The above copyright notice and this permission notice shall be\n    included in all copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n    IN NO EVENT SHALL THE AUTHOR OR COPYRIGHT HOLDER BE LIABLE FOR ANY\n    CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n    TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n    SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","funding_links":[],"categories":["C"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiffiejoe%2Flua-allocspy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiffiejoe%2Flua-allocspy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiffiejoe%2Flua-allocspy/lists"}