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-03-14 10:32:22 +02:00
2019-05-17 10:13:03 +03:00
2019-05-06 22:29:40 +03:00
2019-05-16 15:03:20 +09:00
2019-03-14 10:32:22 +02:00
2019-01-02 11:26:57 -08:00
2019-05-09 21:05:45 +03:00
2019-03-29 16:48:47 +09:00
2019-05-01 21:20:38 +02:00
2018-12-10 16:06:18 +01:00
2019-02-24 10:30:14 +09:00
2019-03-22 04:07:32 -07:00
2018-11-27 13:27:31 +02:00
2018-10-31 02:28:07 +02:00
2019-03-18 15:44:11 +09:00
2019-03-13 22:59:55 +02:00
2018-09-21 15:33:56 -04:00
2018-12-30 15:42:32 -08:00
2019-05-14 06:45:14 -07:00
2019-03-27 12:52:18 +01:00
2018-11-27 19:34:35 +02:00
2019-04-29 15:22:03 +02:00
2018-12-12 20:46:55 +08:00
2019-05-17 10:13:03 +03:00
2019-04-20 07:20:44 -10:00
2019-03-20 19:01:55 +09:00
2019-03-06 15:35:35 +01:00
2018-09-28 12:39:43 -07:00
2019-05-06 22:29:40 +03:00
2019-03-13 22:59:55 +02:00
2019-04-11 19:11:46 +09:00
2019-03-13 22:59:55 +02:00
2018-09-18 09:54:26 +03:00
2019-01-12 08:25:41 +02:00
2019-05-08 23:08:25 +02:00
2018-12-30 18:16:40 -08:00
2018-11-13 12:52:18 +01:00
2019-02-13 23:43:17 -08:00
2018-09-11 16:14:00 -07:00
2019-03-10 12:29:14 +02:00
2019-05-15 15:38:55 -07:00
2019-02-25 17:59:46 +02:00
2018-11-27 19:34:35 +02:00
2019-05-17 15:20:52 +02:00
2019-04-18 11:37:26 +02:00
2019-02-25 17:59:46 +02:00
2019-05-12 19:08:24 +02:00
2019-03-27 12:52:18 +01:00
2018-11-13 15:14:58 +01:00
2018-05-25 00:45:09 +02:00
2017-11-28 17:56:10 +02:00
2019-03-28 16:01:34 +02:00
2019-05-06 12:56:50 -04:00
2019-05-17 10:13:03 +03:00
2018-11-27 13:27:31 +02:00
2018-06-06 15:50:50 +02:00
2019-03-13 22:59:55 +02:00
2019-05-17 15:29:13 +05:30
2018-01-29 11:33:57 -08:00
2019-05-11 19:13:23 +02:00
2018-11-23 16:46:12 +01:00
2019-04-26 02:32:01 +02:00
2017-12-12 13:55:04 +02:00
2019-05-16 17:38:16 +02:00
2018-12-05 21:10:18 +02:00
2019-05-06 12:56:50 -04:00
2019-03-26 08:05:29 +02:00
2019-05-17 11:12:09 +02:00
2018-11-26 20:21:31 -06:00
2019-05-17 15:29:13 +05:30
2018-10-19 20:42:53 +03:00
2019-05-17 10:13:03 +03:00
2018-11-30 09:40:16 +02:00
2018-10-04 10:42:06 +03:00
2019-02-02 09:16:42 -08:00
2019-04-23 20:39:37 +09:00
2019-05-13 12:35:37 +02:00
2018-05-08 07:48:50 +03:00
2018-12-05 21:10:18 +02:00
2019-02-25 17:59:46 +02:00
2018-12-08 16:16:55 +02:00
2018-09-13 21:57:31 -07:00
2017-11-28 17:56:10 +02:00
2019-02-25 17:59:46 +02:00
2019-04-18 11:37:26 +02:00
2018-10-19 20:42:53 +03:00
2018-10-19 20:42:53 +03:00
2018-10-19 20:42:53 +03:00
2019-05-10 23:39:09 +02:00
2019-03-28 15:20:30 +01:00
2018-09-26 16:47:52 +03:00
2017-10-24 23:31:42 +03:00
2019-02-18 15:26:37 +02:00
2017-12-04 14:29:05 +02:00
2018-10-20 01:46:00 +01:00
2018-11-27 13:27:31 +02:00
2018-10-29 06:55:20 +02:00
2019-05-12 18:34:44 -07:00
2019-05-08 20:59:35 -07:00
2019-04-17 08:40:34 +09:00
2019-05-08 20:59:35 -07:00
2019-04-09 11:19:46 -07:00
2019-02-25 17:59:46 +02:00
2019-02-25 17:59:46 +02:00
2018-11-27 19:34:35 +02:00
2019-02-25 17:57:58 +02:00