Victor Stinner
b16b4e4592
bpo-36763: Add PyMemAllocatorName (GH-13387)
...
* Add PyMemAllocatorName enum
* _PyPreConfig.allocator type becomes PyMemAllocatorName, instead of
char*
* Remove _PyPreConfig_Clear()
* Add _PyMem_GetAllocatorName()
* Rename _PyMem_GetAllocatorsName() to
_PyMem_GetCurrentAllocatorName()
* Remove _PyPreConfig_SetAllocator(): just call
_PyMem_SetupAllocators() directly, we don't have do reallocate the
configuration with the new allocator anymore!
* _PyPreConfig_Write() parameter becomes const, as it should be in
the first place!
2019-05-17 15:20:52 +02:00
..
2019-05-17 15:20:52 +02:00
2019-05-17 15:20:52 +02:00
2018-11-26 22:42:04 +01:00
2018-11-22 14:45:16 +01:00
2018-11-12 00:56:19 +01:00
2019-04-13 17:05:14 +01:00
2018-01-27 14:06:21 +09:00
2017-11-28 17:56:10 +02:00
2017-11-28 17:56:10 +02:00
2019-05-13 12:35:37 +02:00
2017-11-28 17:56:10 +02:00
2019-04-29 13:36:57 +01:00
2016-12-27 14:57:39 +02:00
2019-03-07 12:38:08 -08:00
2018-09-21 15:33:56 -04:00
2018-11-13 09:02:25 +01:00
2017-12-15 13:11:11 +02:00
2018-11-27 00:12:26 +01:00
2017-11-28 17:56:10 +02:00
2017-12-15 13:11:11 +02:00
2017-12-13 12:29:09 +01:00
2019-03-18 17:47:26 +01:00
2017-10-22 23:41:51 +02:00
2017-12-15 13:11:11 +02:00
2018-01-21 09:44:07 -05:00
2019-01-31 12:40:27 +01:00
2019-04-23 20:39:37 +09:00
2019-05-13 17:12:45 +02:00
2019-03-15 16:35:46 -06:00
2018-05-22 20:59:42 +03:00
2017-04-22 01:48:11 +02:00
2017-11-28 17:56:10 +02:00
2019-02-25 17:57:58 +02:00
2016-12-27 14:57:39 +02:00
2017-12-15 13:11:11 +02:00
2019-03-14 10:32:22 +02:00
2018-10-30 13:19:51 +02:00
2019-01-22 11:18:22 +00:00
2019-05-10 19:21:10 +02:00
2019-03-27 12:52:18 +01:00
2018-11-22 02:57:29 +01:00
2018-10-18 14:53:18 -05:00
2019-02-27 12:09:28 +01:00
2016-12-27 14:57:39 +02:00
2019-03-07 12:38:08 -08:00
2019-05-07 16:56:31 +02:00
2018-05-10 11:27:23 +03:00
2017-11-24 22:06:38 +01:00
2017-09-29 15:53:19 -07:00
2019-03-06 17:54:12 +01:00
2019-05-04 11:48:05 -04:00
2018-09-18 05:38:58 -07:00
2018-01-05 23:15:34 -08:00
2017-11-09 19:55:34 +03:00
2018-12-20 23:11:03 +02:00
2019-04-17 08:39:46 +09:00
2017-09-07 11:13:59 -07:00
2019-04-15 17:00:19 +02:00
2019-05-04 11:48:05 -04:00
2019-03-15 17:47:43 -06:00
2019-05-08 16:28:48 -04:00
2019-03-01 03:44:13 +01:00
2019-04-17 18:09:16 -07:00
2019-05-12 19:08:24 +02:00
2017-11-02 07:28:27 -07:00
2017-04-22 01:48:11 +02:00
2017-11-28 17:56:10 +02:00
2019-01-24 16:49:56 -07:00
2018-10-30 14:31:42 +01:00
2019-03-07 12:38:08 -08:00
2018-10-26 00:01:56 +02:00
2018-11-28 13:01:32 +01:00
2018-11-26 17:29:38 +01:00
2018-01-21 09:44:07 -05:00