10-17-2024, 12:08 PM
Yep. The size of the string allocation area (i.e. all current string allocations) is tracked in an unsigned 32 bit value. I'll see about changing that to a size_t or similar.
|
Huge array of variable length strings
|
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
Huge array of variable length strings - by mdijkens - 10-17-2024, 11:06 AM
RE: Huge array of variable length strings - by ahenry3068 - 10-17-2024, 11:11 AM
RE: Huge array of variable length strings - by mdijkens - 10-17-2024, 11:31 AM
RE: Huge array of variable length strings - by luke - 10-17-2024, 11:42 AM
RE: Huge array of variable length strings - by ahenry3068 - 10-17-2024, 11:50 AM
RE: Huge array of variable length strings - by SMcNeill - 10-17-2024, 11:48 AM
RE: Huge array of variable length strings - by luke - 10-17-2024, 12:08 PM
RE: Huge array of variable length strings - by mdijkens - 10-17-2024, 12:11 PM
RE: Huge array of variable length strings - by mdijkens - 10-17-2024, 12:26 PM
RE: Huge array of variable length strings - by mdijkens - 10-17-2024, 02:01 PM
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| Strings - Numbers | Kernelpanic | 0 | 116 |
01-20-2026, 10:29 PM Last Post: Kernelpanic |
|
| Array out of passing arrays... | Pete | 2 | 409 |
09-22-2025, 08:53 PM Last Post: ahenry3068 |
|
| Variable length type declarations | dano | 5 | 695 |
08-06-2025, 09:53 PM Last Post: dano |
|
| Determining if variable or static string is passed to a Sub | dano | 9 | 1,233 |
06-20-2025, 06:31 PM Last Post: CookieOscar |
|
| Most efficient way to build a big variable length string? | mdijkens | 9 | 1,912 |
01-17-2025, 11:36 PM Last Post: ahenry3068 |
|