X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=direct%2Fyaffs_osglue.h;h=d2300a7b9c9e3eddfdb94405f59b3fa4e9ffb17b;hb=0ca67da389c41a10ba51b85905a2437669c0471d;hp=5325e52fc51b884b0049995fdb331519636a0f82;hpb=b19d3c9f0ada46534e44308f72d7e70ab1e301ee;p=yaffs2.git diff --git a/direct/yaffs_osglue.h b/direct/yaffs_osglue.h index 5325e52..d2300a7 100644 --- a/direct/yaffs_osglue.h +++ b/direct/yaffs_osglue.h @@ -34,6 +34,9 @@ void yaffsfs_SetError(int err); void *yaffsfs_malloc(size_t size); void yaffsfs_free(void *ptr); +void yaffsfs_get_malloc_values(unsigned *current, unsigned *high_water); + + int yaffsfs_CheckMemRegion(const void *addr, size_t size, int write_request); void yaffsfs_OSInitialisation(void);