X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=zone.h;h=f1417350b1f946931a1f440b848bd683c13d3774;hb=71c88e4a876a4cfcccf312e3cd4ddbb1ced6d11f;hp=f47561c2f30fb82bbbf8427c12930b9e67aa83ff;hpb=e13a8c596f2c51ca815773f89fee4f4f4f723f74;p=xonotic%2Fdarkplaces.git diff --git a/zone.h b/zone.h index f47561c2..f1417350 100644 --- a/zone.h +++ b/zone.h @@ -132,6 +132,7 @@ void _Mem_FreePool(mempool_t **pool, const char *filename, int fileline); void _Mem_EmptyPool(mempool_t *pool, const char *filename, int fileline); void _Mem_CheckSentinels(void *data, const char *filename, int fileline); void _Mem_CheckSentinelsGlobal(const char *filename, int fileline); +qboolean Mem_IsAllocated(mempool_t *pool, void *data); // used for temporary allocations mempool_t *tempmempool;