| 1320 | } |
| 1321 | |
| 1322 | static inline TAllocHeader* GetAllocHeader(void* p) { |
| 1323 | return ((TAllocHeader*)p) - 1; |
| 1324 | } |
| 1325 | |
| 1326 | // if present, uses the fake header stored by LFPosixMemalign() to retrieve the original header. |
| 1327 | static inline TAllocHeader* GetOrigAllocHeader(void* p) { |
no outgoing calls
no test coverage detected