| 2029 | } |
| 2030 | |
| 2031 | int Library::deallocId(const char name[]) const |
| 2032 | { |
| 2033 | const AllocFunc* af = getAllocDealloc(mData->mDealloc, name); |
| 2034 | return af ? af->groupId : 0; |
| 2035 | } |
| 2036 | |
| 2037 | const std::set<std::string> &Library::markupExtensions() const |
| 2038 | { |