(pid uint32)
| 489 | } |
| 490 | |
| 491 | func CacheMaps(pid uint32) { |
| 492 | maps_lock.Lock() |
| 493 | defer maps_lock.Unlock() |
| 494 | maps_helper.ParseMaps(pid, true) |
| 495 | } |
| 496 | |
| 497 | // func init() { |
| 498 | // ddd := maps_helper.GetOffset(13117, 0x78cb40e658) |
no test coverage detected