File: readme.md

package info (click to toggle)
mimalloc 3.2.8%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,344 kB
  • sloc: ansic: 16,911; cpp: 542; makefile: 21
file content (10 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
Various example docker files used for testing.

Usage:

```
> cd <host>
> docker build -t <host>-mimalloc .
> docker run -it <host>-mimalloc
>> make test
```