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