Changes between Initial Version and Version 1 of Ticket #13731, comment 94
- Timestamp:
- 11/30/12 07:25:52 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13731, comment 94
initial v1 1 Well, `pNext(q)` (soon to be `q`) gets allocated. It's a `poly` which is a pointer to ultimately 1 Well, `pNext(q)` (soon to be `q`) gets allocated via: 2 {{{ 3 #define p_AllocBin(p, bin, r) omTypeAllocBin(poly, p, bin) 4 }}} 5 If I'm not mistaken, a `poly` is a pointer to what is ultimately 2 6 {{{ 3 7 struct spolyrec