| 110 | } |
| 111 | |
| 112 | inline void |
| 113 | obj_init_header(HdrHeapObjImpl *obj, uint32_t type, uint32_t nbytes, uint32_t obj_flags) |
| 114 | { |
| 115 | obj->m_type = type; |
| 116 | obj->m_length = nbytes; |
| 117 | obj->m_obj_flags = obj_flags; |
| 118 | } |
| 119 | |
| 120 | /*------------------------------------------------------------------------- |
| 121 | -------------------------------------------------------------------------*/ |
no outgoing calls
no test coverage detected