X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker.git;a=blobdiff_plain;f=mymemory.h;h=a62ab83b9ce5cbcd82999bc9463b2949ba7a0394;hp=f2a31865ba85a9272794514de14e3179bb2da01e;hb=db2c4ca161b4cba9e453431517af86798c0e9bdb;hpb=a575b5d5d2f0edab95e7e0ef8ca6e40b68e0bad9 diff --git a/mymemory.h b/mymemory.h index f2a3186..a62ab83 100644 --- a/mymemory.h +++ b/mymemory.h @@ -56,6 +56,9 @@ void * snapshot_calloc(size_t count, size_t size); void * snapshot_realloc(void *ptr, size_t size); void snapshot_free(void *ptr); +void * Thread_malloc(size_t size); +void Thread_free(void *ptr); + /** @brief Provides a non-snapshotting allocator for use in STL classes. * * The code was adapted from a code example from the book The C++