Paul Sokolovsky
2411f42ccb
extmod/moductypes: Make sizeof() accept "layout" parameter.
...
sizeof() can work in two ways: a) calculate size of already instantiated
structure ("sizeof variable") - in this case we already no layout; b) size
of structure decsription ("sizeof type"). In the latter case, LAYOUT_NATIVE
was assumed, but there should possibility to calculate size for other
layouts too. So, with this patch, there're now 2 forms:
uctypes.sizeof(struct)
uctypes.sizeof(struct_desc, layout)
2018-10-23 11:32:02 +11:00
..
2018-09-08 00:07:23 +10:00
2017-04-27 15:01:01 +03:00
2017-07-18 11:57:39 +10:00
2018-04-10 13:54:22 +10:00
2018-05-02 23:16:22 +10:00
2018-07-08 23:15:44 +10:00
2017-07-18 11:57:39 +10:00
2017-10-04 12:37:50 +11:00
2017-07-31 18:35:40 +10:00
2017-09-12 16:00:21 +10:00
2017-07-18 11:57:39 +10:00
2017-02-05 14:20:17 +03:00
2017-07-18 11:57:39 +10:00
2017-12-11 13:49:09 +11:00
2017-07-18 11:57:39 +10:00
2018-03-10 00:59:43 +11:00
2018-03-10 00:59:43 +11:00
2017-10-13 20:01:57 +11:00
2018-08-14 17:41:23 +10:00
2017-12-14 17:36:13 +11:00
2018-07-20 12:59:24 +10:00
2018-10-17 15:52:07 +11:00
2017-10-04 12:37:50 +11:00
2017-07-31 18:35:40 +10:00
2018-06-27 16:44:59 +10:00
2018-10-23 11:32:02 +11:00
2018-09-12 16:08:53 +10:00
2017-10-04 12:37:50 +11:00
2018-06-18 12:35:56 +10:00
2017-10-04 12:37:50 +11:00
2018-07-02 14:55:02 +10:00
2018-07-08 23:15:44 +10:00
2018-08-14 21:47:07 +10:00
2018-07-20 13:05:04 +10:00
2017-10-24 22:39:36 +11:00
2018-06-18 12:35:56 +10:00
2018-06-18 12:35:56 +10:00
2018-06-18 12:35:56 +10:00
2017-07-18 11:57:39 +10:00
2018-07-08 23:15:44 +10:00
2017-07-07 11:32:22 +10:00
2017-07-18 11:57:39 +10:00
2018-06-16 18:21:42 +10:00
2018-06-06 14:28:23 +10:00
2018-06-06 14:33:42 +10:00
2018-06-06 14:33:42 +10:00
2018-06-06 14:28:23 +10:00
2018-07-11 16:07:44 +10:00
2018-06-06 14:33:42 +10:00
2017-11-16 13:17:51 +11:00
2018-07-03 13:04:29 +10:00
2018-06-06 14:33:42 +10:00
2016-06-18 18:44:57 +03:00
2017-07-18 11:57:39 +10:00