HomeSort by relevance Sort by last modified time
    Searched refs:POOL (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/delibs/depool/
deMemPool.h 4 * drawElements Memory Pool Library
23 * \brief Memory pool management.
29 /** Enable support for failure-simulating pool allocations. */
35 /** Enable support for memory tracking of pools (will collect the maximum memory consumption to root pool). */
47 DE_POOL_DEFAULT_ALLOC_ALIGNMENT = DE_PTR_SIZE /*!< Default alignment for pool allocations (in bytes). */
50 /** Macro for allocating a new struct from a pool (leaves it uninitialized!). */
51 #define DE_POOL_NEW(POOL, TYPE) ((TYPE*)deMemPool_alloc(POOL, sizeof(TYPE)))
67 void deMemPool_destroy (deMemPool* pool);
68 int deMemPool_getNumChildren (const deMemPool* pool);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 

Completed in 136 milliseconds