| 225 | } |
| 226 | |
| 227 | inline bool DataBlock_ItemIsDeleted(void *item) { |
| 228 | DataBlockItemHeader *header = GET_ITEM_HEADER(item); |
| 229 | return IS_ITEM_DELETED(header); |
| 230 | } |
| 231 | |
| 232 | //------------------------------------------------------------------------------ |
| 233 | // Out of order functionality |
no outgoing calls
no test coverage detected