Skip to main content

An extension class to allocate memory easily with cython

Project description

MemoryAllocator

An extension class to allocate memory easily with cython.

This extension class started as part of the Sage software.

It provides a single extension class MemoryAllocator with cdef methods

  • malloc,
  • calloc,
  • alloarray,
  • realloc,
  • reallocarray,
  • aligned_malloc,
  • aligned_calloc,
  • aligned_allocarray.

Memory is freed when the instance of MemoryAllocator is deallocated. On failure to allocate the memory, a proper error is raised.

Changelog

0.1.4

  • Modernize Python metadata, require Python >= 3.8. #9 by @mkoeppe
  • Add missing noexcept clauses for Cython 3 #8 by @tornaria

0.1.3

  • Python 3.11 compatible.

0.1.2

  • Provide wheels build by github actions.

0.1.1

  • Fixed doctests on 32bit systems.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

memory_allocator-0.1.4.tar.gz (19.7 kB view details)

Uploaded Source

Built Distributions

memory_allocator-0.1.4-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (206.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

memory_allocator-0.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (207.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

memory_allocator-0.1.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl (189.9 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

memory_allocator-0.1.4-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (190.6 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

memory_allocator-0.1.4-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

memory_allocator-0.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (206.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

memory_allocator-0.1.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl (189.8 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

memory_allocator-0.1.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (190.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

memory_allocator-0.1.4-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (205.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

memory_allocator-0.1.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (205.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

memory_allocator-0.1.4-pp38-pypy38_pp73-macosx_11_0_arm64.whl (188.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

memory_allocator-0.1.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (189.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

memory_allocator-0.1.4-cp312-cp312-musllinux_1_1_x86_64.whl (544.0 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

memory_allocator-0.1.4-cp312-cp312-musllinux_1_1_i686.whl (520.1 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

memory_allocator-0.1.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (540.2 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

memory_allocator-0.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (517.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

memory_allocator-0.1.4-cp312-cp312-macosx_11_0_arm64.whl (199.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

memory_allocator-0.1.4-cp312-cp312-macosx_10_9_x86_64.whl (199.8 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

memory_allocator-0.1.4-cp311-cp311-musllinux_1_1_x86_64.whl (534.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

memory_allocator-0.1.4-cp311-cp311-musllinux_1_1_i686.whl (515.6 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

memory_allocator-0.1.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (527.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

memory_allocator-0.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (509.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

memory_allocator-0.1.4-cp311-cp311-macosx_11_0_arm64.whl (198.4 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

memory_allocator-0.1.4-cp311-cp311-macosx_10_9_x86_64.whl (199.3 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

memory_allocator-0.1.4-cp310-cp310-musllinux_1_1_x86_64.whl (499.1 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

memory_allocator-0.1.4-cp310-cp310-musllinux_1_1_i686.whl (486.4 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

memory_allocator-0.1.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (487.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

memory_allocator-0.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (476.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

memory_allocator-0.1.4-cp310-cp310-macosx_11_0_arm64.whl (198.4 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

memory_allocator-0.1.4-cp310-cp310-macosx_10_9_x86_64.whl (199.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

memory_allocator-0.1.4-cp39-cp39-musllinux_1_1_x86_64.whl (510.5 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

memory_allocator-0.1.4-cp39-cp39-musllinux_1_1_i686.whl (497.7 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

memory_allocator-0.1.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (496.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

memory_allocator-0.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (484.4 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

memory_allocator-0.1.4-cp39-cp39-macosx_11_0_arm64.whl (200.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

memory_allocator-0.1.4-cp39-cp39-macosx_10_9_x86_64.whl (201.5 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

memory_allocator-0.1.4-cp38-cp38-musllinux_1_1_x86_64.whl (369.9 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

memory_allocator-0.1.4-cp38-cp38-musllinux_1_1_i686.whl (355.8 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

memory_allocator-0.1.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (358.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

memory_allocator-0.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (346.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

memory_allocator-0.1.4-cp38-cp38-macosx_11_0_arm64.whl (74.3 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

memory_allocator-0.1.4-cp38-cp38-macosx_10_9_x86_64.whl (75.2 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file memory_allocator-0.1.4.tar.gz.

File metadata

  • Download URL: memory_allocator-0.1.4.tar.gz
  • Upload date:
  • Size: 19.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.2

File hashes

Hashes for memory_allocator-0.1.4.tar.gz
Algorithm Hash digest
SHA256 d609216b03031967e2b45a804b12ff9029578f4ec019fde42cf6aed6ca09efe4
MD5 2a5e087c686b04996ccb88ce56cad9f0
BLAKE2b-256 3c2b76131d23cb1fa30d1ba0e1ee00fd65c541ab68a45f69127cb016d5d7c72c

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 263952967050fb902ada6d367628f5ba2fdeaafa601852e0a1fabb0c92b8eb04
MD5 70b655f99a57e4e62d2c8c41ba5ff5f8
BLAKE2b-256 147b729e2df319991462574c343b24e6a436b4e02611391bb7aac3ae024894bf

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf7e300cc485ef889bfb0e8de4ad0f261d9ee5259e75c1471fb94e35e30a9a3c
MD5 1aade260a52478f04c3d1f9f303a6844
BLAKE2b-256 1f55256e0e35f53dffde65805fe09b8fd73e5839b1f7726eb33049ea927c6b1d

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 853957afacc5da89b15a91b4dc7aa3276013496f99fc2d1adc672cf05d76acc4
MD5 c3297135da0b0eb859db5852f0df9d46
BLAKE2b-256 66b4aa48b1aa5374f55d2950897d5482abfd4445a7cdaa96d2d4eace05de35cc

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c4d68a4fe0bcfd34d0781babba32fd7d625c7ed9b38e749d92121cdf94c064e0
MD5 0ba8d3be74072484011ef34f27da9379
BLAKE2b-256 cb523a56b7fc68e185b0c866a23fa2c3c5d0238e898c4965ee624867aff34536

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7f66117c18d8b8844a1946771fa5f09fd0cffb2ce639a7e7aeacbc2ea4f9aa6a
MD5 6d79eae2abb5628c99df8dfc09e6253b
BLAKE2b-256 4a629dbf26f5075bf3c910e6b099f37b23063ff0d450e15ca7fc07796dfe250e

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae3b0e4cbc6ba244301365c939ea0992514c2c70095ff6d9c67a0a2d265ee876
MD5 f0c8e254f6045e0a053489ae57ec1001
BLAKE2b-256 ae4feea392fcdccc1d6c6455f377f10b440c496b9ea28701cf3191d6edf17bf9

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40bbdba8f9deb5209225c10d906da6e2a007f7164e23d276f1b41a2f5409e7c1
MD5 b3700b6cd6c7145276df3411a73b63c6
BLAKE2b-256 fbb567a6127d4002b5bfa4c845a8714960619acfb2ed9f21ec48d35316f3f4a3

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9d8c848b0084676c6b6ff76cf7ba21baf5ab42b2d0997ce136105eb490a8b7a1
MD5 f337b424bda9b6b68df3787a94b54bc9
BLAKE2b-256 f0cf83b347134484846fb71eb697182d5f2e76bd5f3a5f0d448ea9a819c7d3b7

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea5ac802595a574c29c2b98953851f58a7d1f21bd65ffa5a2d2ea813674d68c5
MD5 f35151e42e8cd6ff3dc5058700a67a5b
BLAKE2b-256 af884535cc5a1e8a9aff644a18e78bc72534f449ee081f28a39d53c8811c42c0

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 eca465ba717db532557c6e2abd1d7718f14ef3e06ce38e1fa973e8c593adecec
MD5 7202c1b9fe4a73864e4dd871d3991d1d
BLAKE2b-256 2896de5508d57d4cde25e753cca2f34384b6316a9498297389edc52195b9b185

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2d208accc48cf54fe210de53469585432c0e23ad53b3f420fe32aa3387e5506
MD5 b721bbc9c44d402cd385a2dcae1b70ab
BLAKE2b-256 7b5c0dfdc90b89c24e5717d77f5ebfbc96195eb3ab4e163b1f0fbac625ffa3a0

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 668720ec7ab1f6e9c8aeb1ae2958d269ce263f66483b998b5ddd8c27b4018a77
MD5 a68814f9f08fbf2218582da37528f251
BLAKE2b-256 5b2942ed180f3fdd1a61865aa74b372100de54e8b27582072c81e4b19d6e2b52

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 72fb526f5e60e75a9c3878dccb705233cddc94f33cac6e83d33af4b8f5e24b11
MD5 fc01b6bcd3786267d42aaa403d2e9f84
BLAKE2b-256 611cf35be80754e2da778c384e046b867e0b39393bd58e43f803aff461504002

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 513571fa92f6d8e4ec16283c5627bc0c38c1d458a61a0c8fa81cc809343dba59
MD5 e60207b991648cf983368f81893d2bf9
BLAKE2b-256 094b04d0f83a37c2da326287fb7ea5e9b1a5b85cf7c9951cdeade2764815b490

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc3babd8a277e972fda9ed330e9de8dedca4d4384a9b0f6ead8b6d5d48862ba2
MD5 591961f9fd4775b40f864a8af8b10776
BLAKE2b-256 aa5e728a25852d41dcfaa87e7c464041bdd6982148ab9ce684e20ec1c6ce2257

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 92d6bb628d8e3481caecf0a0d55fd98a8f810739657861422246e6e0ad51e9a1
MD5 18630bb2f2f8835c72aaeeb6365edeca
BLAKE2b-256 25e16c9ddb44871ece726d8b12cbbc0a6a8b8be9809667ce3cdc15de1efbd6d5

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 330074e023cd87b791924403f7cdbba88e2c9c0c8623d637e27ebfeb94c668bc
MD5 fefaab675daa9388ac88f57942a3ee5c
BLAKE2b-256 1fd350dc5ee143bc6ac2fb0f43fa980f3b119dba7c98b412ba6168dc0ec1b463

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5d3ba94b2f92c037e1af88ed1d1070038b9bfe13becbd9056e545e9dfdd47dfe
MD5 6a9403ee903a68b357ce2d99bb1f3d7b
BLAKE2b-256 12e71572cbf7ccc0c52d7668d0ab0ff61ce267aa0e06ef4c78956a882002a7d5

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d26ca95f219d9d157e8605cfce3b890cf5a8807ed66b89396ed4cd39aa7e4518
MD5 62a8124de15271b58279067a04edbd37
BLAKE2b-256 32214dafa36f5f7bd756950f8199c7e47542065587db2ed3e0235aebd4962c27

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1337a03e2801d4fa552b4ea028046e4e8d3f8d947f074933446a021175514ef3
MD5 e7af7caa12846239832ca62ed7d19655
BLAKE2b-256 33c5eb6316b237b98122d57cd23bd9cba3d8ca85e2595ccfc31e39dff134ddfb

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee8f9a5ac781404bb5a0945c9ed69aaf353ffd80fbb6a5127be870f3c0613a8d
MD5 e2fd9369e52ef1d7e6714fc4d037eee1
BLAKE2b-256 0e6ce79859a05799644e9c8e4a446f203c29adebbfb8626990db9e01418ca541

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 03a961f4603a81751f3e48b0d6496872303b9a90692006a7c7d4886df9b31266
MD5 f6690d43716335beabdfe61b7ab0e15c
BLAKE2b-256 fc90f02b6b19a2d13fa9700aa103f17d11b1acaa9d6f4c4f129ba5d5353f407e

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3dfb3232e3a3f8f886076b7241cc1d42bc4174ec0cf954760b43eed0ed92b122
MD5 96444936d9de8973d77c2a824dc1ff7a
BLAKE2b-256 b785407d6cccedf49d5f77e6696098873cfafc99dd6c375e7e939169b7ed8718

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 97f29572f3496116630d4efe81af46089dab13d26c5f79b07bb3cbaf4e139db0
MD5 5487638854c1f25c1020ade293fb1289
BLAKE2b-256 a83b5ad4cb3e1a178a80a32b18c55fd2c8b8a27e87c55234c13d1c4780d556f5

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b9f330c40259eb3c61a165dbba0ec1c55d6171ec5b387d14fc25bc0f6bfed9bc
MD5 9fc38b520e2d9b101f8def38be8cb1a1
BLAKE2b-256 ec5a4c93b73d8e80cfddd5026a8d144fe91b82086a1dd869454b601c14d56a63

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d982180ca14e37a3b6f0f10f56df8d37694bf6055c8ad69acc8be788a603c6ec
MD5 460cef13593834ce3e8b6a4c131c85e5
BLAKE2b-256 8625802a4ad8abe91c01d331f9993b9bb04146824e410e84d0cd9c9807539793

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dd25a5ba8f885687d2476d7694b79cf0e1b2dfa308952b5fd38b6d020440de0a
MD5 a656cbfe6dd80d5e495d83e1322a66ab
BLAKE2b-256 cf1627748efd786541387754fde3764f085dd80ca2dbbaf55fb3a8bf51e66ffd

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e7b3573d29cb994bfa28ace24429f969329c100052d66aa1463d146d5547409
MD5 ef2db70db290023f7801f90a887007e4
BLAKE2b-256 7d78edf781591ccff17099cf79033237595041dfa403971b41d354e6609e4368

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 160c4accee0116266eca3e197c9a36b1526276bc73c1ecdb64acbf002852f144
MD5 e9e4d8d061ca30261700f12c10877f2a
BLAKE2b-256 e0fb318b2f7d862c885b0b5a38f4a12473166e422233841257542d6599870e1b

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 250bce875014fa76bf7197509a154ef06a908ad84daea407eee00416609d5b53
MD5 134496305c7c5cad346163d3fffe41f0
BLAKE2b-256 2a94709120aab6338629ec814799e3b0c0064eb06605800d2760c0c65230ead8

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 970ff438a3236343a058e2bd318ad7d2fa1a4b4655b2b1bf0a6e7096aeb033b9
MD5 704b3a538110cef73b89652685c1b845
BLAKE2b-256 6838db30269b935d4fabcd8018189e6c880863f665ce4c67198788740d5bedb5

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f595d0cabb7776bde49c0971b501aff2dc19ef90e863b99b04fb4e8775662c47
MD5 b1e509ad42c438f91a48e8457bc3312f
BLAKE2b-256 30a83169764d60cb4bb40aab166785c25a892d51829b92094088e87643ee5406

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbc7f717206d5f3556d3d075ebb4f529b6cc1c15b0965275b7b4b75b3151586a
MD5 aa8177dc6b9966d85b520488204bba69
BLAKE2b-256 3ca54e696f2c63e19617331e84decad14ddcf63f2ec197c819c2dd505a175ab1

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 50d38e8ddc9a7e25bdbe65d30e65400bf72bea5ffc1cd6e8ffa8d402c834804f
MD5 f488ee793d83dda638418e47c39003b2
BLAKE2b-256 6e15eed0e88b591af53946f2fddbdcaafb970e51294dbc85e3719cd5660ef982

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba96084a85b4a8866c7417d487d6ce3c10a972c16690dac8c35ed0cf0a9345b8
MD5 34a1747b35d0b22c0adb3896f831b127
BLAKE2b-256 b5169805cd9e348448c7738e9718c75d4869ff8856c2772c599dd3ac8cb7a29c

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6b5e9868c837146c02063df39b44db18e0ed12fc99bccf8a88988abdaea56467
MD5 efd0d2a6d769e5b1884959d86350bfbe
BLAKE2b-256 7ba075a165fd86666031354971ecc54903865a9f57e33728aeb5fe0bfb45d10d

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e2b4eeb95b54eb4dccee417ea0ae93f0396b37e328fa0a887a50d3cfd63106d4
MD5 a4a33412c765d09732270562a49e1d3d
BLAKE2b-256 839f4791474716f9fca108e849f611695414d8f44fc41d0fcde392c417c7bb6d

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7329e6a8eee95910c043fb930df07f84b728f774e43e0970368958851060564e
MD5 c5ce6c2752f600b5871dc5890035cd6b
BLAKE2b-256 0de0a33a87506a3ad9736ad645fdd6d7932c8bccccf1a144064b1dabfa0a8725

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b383cf19aaecd0b6a96e04bfbcce05071004d9b8651604fb6b510ed19bb6c4f
MD5 eb7776821644178abb0b4f17d5e01d25
BLAKE2b-256 979567cd4720158a036aa4450264e3cf6686e034eb50ee9d7b1047cf517940b5

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d4a00fcd2942f2426a8b20c31ed940ff9e14a8bd5755e12027ebaaff88877443
MD5 2007a05895a68967d93c22ee8f1c52c5
BLAKE2b-256 7b60d77ec79da0b3cbff385bef2e0ca2d96168fd377087abc83dd2c01f68d8f0

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d30e253128374a897251bf1dd12ec3940a2f6665e13db0e02ac79b5e5ba36a20
MD5 fe4feaf01961391b38b21317beaa319d
BLAKE2b-256 6ef2bdf4f6b5c5443a0e8cc4c9d98966ac1b6aa4d567cb0c5fa52e6f91cecd79

See more details on using hashes here.

Provenance

File details

Details for the file memory_allocator-0.1.4-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for memory_allocator-0.1.4-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c89938dfe91768396678211b5234cf34e3f685af3bd3a1dd8fc89e5736267546
MD5 15e68e90e3a77e47382f06afdebe17f8
BLAKE2b-256 1df80a414bc1bb2279b22a28be929139b567ae433cd463902793825337d82ad4

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page