typo
This commit is contained in:
parent
d1c9cb312b
commit
4224eb6777
|
@ -21,14 +21,14 @@ Rationale
|
|||
Use cases:
|
||||
|
||||
* Application embedding Python may want to isolate Python memory from
|
||||
the memory of the application, or may want to different memory
|
||||
the memory of the application, or may want to use a different memory
|
||||
allocator optimized for its Python usage
|
||||
* Python running on embedded devices with low memory and slow CPU.
|
||||
A custom memory allocator may be required to use efficiently the
|
||||
memory and/or to be able to use all the memory of the device.
|
||||
* Debug tool to:
|
||||
|
||||
- track memory usage (memory leaks)
|
||||
- track the memory usage (memory leaks)
|
||||
- get the Python filename and line number where an object was
|
||||
allocated
|
||||
- detect buffer underflow, buffer overflow and detect misuse of Python
|
||||
|
|
Loading…
Reference in New Issue