Searched refs:max_pointers (Results 1 – 4 of 4) sorted by relevance
1087 size_t max_pointers = 0; in GetMaxAllocations() local1092 max_pointers = i; in GetMaxAllocations()1096 for (size_t i = 0; i < max_pointers; i++) { in GetMaxAllocations()1099 return max_pointers; in GetMaxAllocations()1105 for (size_t i = 0; i < max_pointers; i++) { in VerifyMaxPointers()1123 size_t max_pointers = GetMaxAllocations(); in TEST() local1142 VerifyMaxPointers(max_pointers); in TEST()1153 size_t max_pointers = GetMaxAllocations(); in TEST() local1170 VerifyMaxPointers(max_pointers); in TEST()1181 size_t max_pointers = GetMaxAllocations(); in TEST() local[all …]
36 size_t max_pointers() { return max_pointers_; } in max_pointers() function
83 NativePrintf("Total pointers available: %zu\n\n", pointers.max_pointers()); in ProcessDump()
85 for (size_t i = 0; i <= pointers.max_pointers(); i++) { in TestNoEntriesLeft()