libmem
                                
                                
                                
                                    libmem copied to clipboard
                            
                            
                            
                        Changes to lm_thread_t
Follow up of #84
Possible changes:
- Add 
lm_pid_t ownerso that it no longer needs aLM_GetThreadProcessfunction. Instead,LM_GetProcessExcould be used - Add 
lm_time_t start_timeto identify the thread start time, which could be useful for finding the first created thread in the process, and also to know if the thread didn't die