Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjustable Memory Allocation Functions #21

Open
thiekus opened this issue May 7, 2020 · 1 comment
Open

Adjustable Memory Allocation Functions #21

thiekus opened this issue May 7, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@thiekus
Copy link

thiekus commented May 7, 2020

Hi, mini MP4 was works as expected for me, and I adopt this instead old and harder to intergerate libmp4v2 to generate h264 encoded stream in MP4 container. But could I have adjustable malloc functions to custom functions? My reasons is beacuse I'm prefer to use another memory allocator (e.g mimalloc) than the CRT default one, but I think it will somewhat useful for task including custom memory tracing functions, etc. I mean, like the miniaudio has adjustable macros for MA_MALLOC, MA_REALLOC and MA_FREE. Thanks!

@lieff lieff added the enhancement New feature or request label May 7, 2020
@lieff
Copy link
Owner

lieff commented May 7, 2020

Hi) That's a good idea. Will do it at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants