Lines Matching full:uptr
29 static const uptr kSize = 1024;
31 uptr size;
32 uptr count;
38 // void *cb.Allocate(uptr size);
49 void Init(uptr size, uptr cache_size) {
55 void Put(Cache *c, Callback cb, Node *ptr, uptr size) {
73 uptr max_size_;
74 uptr min_size_;
75 uptr max_cache_size_;
97 const uptr kPrefetch = 16;
98 for (uptr i = 0; i < kPrefetch; i++)
100 for (uptr i = 0; i < b->count; i++) {
121 uptr Size() const {
125 void Enqueue(Callback cb, void *ptr, uptr size) {
160 void SizeAdd(uptr add) {