Searched defs:deMemPool_s (Results 1 – 1 of 1) sorted by relevance
86 struct deMemPool_s struct88 deUint32 flags; /*!< Flags. */89 deMemPool* parent; /*!< Pointer to parent (null for root pools). */90 deMemPoolUtil* util; /*!< Utilities (callbacks etc.). */91 int numChildren; /*!< Number of child pools. */92 deMemPool* firstChild; /*!< Pointer to first child pool in linked list. */93 deMemPool* prevPool; /*!< Previous pool in parent's linked list. */94 deMemPool* nextPool; /*!< Next pool in parent's linked list. */96 MemPage* currentPage; /*!< Current memory page from which to allocate. */99 deBool allowFailing; /*!< Is allocation failure simulation enabled? */[all …]