cppcheck-suppress unusedFunction
| 2023 | |
| 2024 | // cppcheck-suppress unusedFunction |
| 2025 | int Library::allocId(const char name[]) const |
| 2026 | { |
| 2027 | const AllocFunc* af = getAllocDealloc(mData->mAlloc, name); |
| 2028 | return af ? af->groupId : 0; |
| 2029 | } |
| 2030 | |
| 2031 | int Library::deallocId(const char name[]) const |
| 2032 | { |