mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
Fix typos (#123775)
This commit is contained in:
parent
df4f0cbfad
commit
9017b95ff2
43 changed files with 59 additions and 59 deletions
|
|
@ -84,7 +84,7 @@ static mi_segment_t* _mi_segment_of(const void* p) {
|
|||
// TODO: maintain max/min allocated range for efficiency for more efficient rejection of invalid pointers?
|
||||
|
||||
// search downwards for the first segment in case it is an interior pointer
|
||||
// could be slow but searches in MI_INTPTR_SIZE * MI_SEGMENT_SIZE (512MiB) steps trough
|
||||
// could be slow but searches in MI_INTPTR_SIZE * MI_SEGMENT_SIZE (512MiB) steps through
|
||||
// valid huge objects
|
||||
// note: we could maintain a lowest index to speed up the path for invalid pointers?
|
||||
size_t lobitidx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue