Message274130
| Author |
vstinner |
| Recipients |
njs, pitrou, python-dev, vstinner |
| Date |
2016年09月01日.13:56:25 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1472738185.22.0.180461074045.issue26530@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
> I may be a bit confused, but the "domain" integer you added in issue 26588 doesn't seem to be part of this API... Is it deliberate?
They are part of this API.
msg262180: """Ok, I added the following C functions:
int _PyTraceMalloc_Track(_PyTraceMalloc_domain_t domain, Py_uintptr_t ptr, size_t size);
int _PyTraceMalloc_Untrack(_PyTraceMalloc_domain_t domain, Py_uintptr_t ptr);
(...)"""
The domain 0 is used to track Python memory allocations. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2016年09月01日 13:56:25 | vstinner | set | recipients:
+ vstinner, pitrou, njs, python-dev |
| 2016年09月01日 13:56:25 | vstinner | set | messageid: <1472738185.22.0.180461074045.issue26530@psf.upfronthosting.co.za> |
| 2016年09月01日 13:56:25 | vstinner | link | issue26530 messages |
| 2016年09月01日 13:56:25 | vstinner | create |
|