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);
50 static const uptr kProtectionRead = 1;
51 static const uptr kProtectionWrite = 2;
52 static const uptr kProtectionExecute = 4;
53 static const uptr kProtectionShared = 8;
69 bool NextSegmentLoad(uptr *start, uptr *end, uptr *offset,
70 char filename[], uptr filename_size,
71 uptr *protection);
80 typedef void (*fill_profile_f)(uptr start, uptr rss, bool file,
81 /*out*/uptr *stats, uptr stats_size);
86 void GetMemoryProfile(fill_profile_f cb, uptr *stats, uptr stats_size);
89 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
92 uptr ParseDecimal(const char **p);
94 uptr ParseHex(const char **p);