Home
last modified time | relevance | path

Searched refs:address_in_range (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Objects/
H A Dobmalloc.c929 /* Use radix-tree to track arena memory regions, for address_in_range().
1302 address_in_range().
1687 address_in_range(void *p, poolp pool) in address_in_range() function
1693 address_in_range(P, POOL)
1699 variable and pass the latter to the macro; because address_in_range is
1724 (NULL)). Therefore address_in_range correctly reports that obmalloc
1770 address_in_range(void *p, poolp pool) in address_in_range() function
1772 // Since address_in_range may be reading from memory which was not allocated in address_in_range()
2229 if (UNLIKELY(!address_in_range(p, pool))) { in pymalloc_free()
2317 if (!address_in_range( in pymalloc_realloc()
[all...]

Completed in 5 milliseconds