Lines Matching refs:uptr
26 uptr mmaped_size;
27 uptr len;
38 bool Next(uptr *start, uptr *end, uptr *offset,
39 char filename[], uptr filename_size, uptr *protection);
47 uptr DumpListOfModules(LoadedModule *modules, uptr max_modules,
51 static const uptr kProtectionRead = 1;
52 static const uptr kProtectionWrite = 2;
53 static const uptr kProtectionExecute = 4;
54 static const uptr kProtectionShared = 8;
70 bool NextSegmentLoad(uptr *start, uptr *end, uptr *offset,
71 char filename[], uptr filename_size,
72 uptr *protection);
81 typedef void (*fill_profile_f)(uptr start, uptr rss, bool file,
82 /*out*/uptr *stats, uptr stats_size);
87 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
90 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
93 uptr ParseDecimal(const char **p);
95 uptr ParseHex(const char **p);