Skip to content

Add a option to allow null "main" #76

@xtexx

Description

@xtexx

if (main == NULL) {

if (! main) {

For example, I am writing an OS and manage the whole linear memory with this allocator.
However, this check is also useful to general usages.

Thanks. This is a pretty-good library.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions