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