https://github.com/sysprog21/malloc-test-concurrent
concurrent malloc benchmark
https://github.com/sysprog21/malloc-test-concurrent
Last synced: 2 months ago
JSON representation
concurrent malloc benchmark
- Host: GitHub
- URL: https://github.com/sysprog21/malloc-test-concurrent
- Owner: sysprog21
- License: other
- Created: 2016-10-11T07:31:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-11T08:54:43.000Z (about 9 years ago)
- Last Synced: 2025-08-08T02:43:46.967Z (5 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# concurrent malloc benchmark
## build and verify
```bash
$ make
$ make check
```
# Licensing
`malloc-test-concurrent` is freely redistributable under the two-clause BSD
License. Use of this source code is governed by a BSD-style license that can
be found in the `LICENSE` file.