18#ifndef __OSDEP_HEAP_H__
19#define __OSDEP_HEAP_H__
Common include file for all muteki-shims headers.
void * osdep_heap_alloc(size_t size)
Allocate and format mchx memchunk.
bool osdep_heap_trace_start(void)
Start the heap tracer.
size_t osdep_heap_get_alloc_size(const void *ptr)
Get usable size of an allocated mchx memchunk.
bool osdep_heap_trace_stop(void)
Stop the heap tracer.
void osdep_heap_free(void *ptr)
Free a mchx memchunk.