Container Data Structures

The drcontainers DynamoRIO Extension provides container data structures that use the DR API for memory allocation and synchronization.

Setup

To use drcontainers with your client simply include this line in your client's CMakeLists.txt file:

 use_DynamoRIO_extension(clientname drcontainers) 

That will automatically set up the include path and library dependence.

Hashtable

The hashtable supports integer, string, and custom hash keys, and has synchronization and memory allocation and deallocation parametrized for flexible usage. See hashtable_init_ex() and related functions.

  DynamoRIO API version 2.0.0 --- Thu Apr 22 00:18:20 2010