Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
usage of size_t
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Keith Thompson, post: 4037641"] I'm skeptical that that would even be possible in most implementations. On the implementations I've seen, size_t is big enough to span the machine's entire addressing space; an object bigger than 2**SIZE_MAX bytes isn't even possible. The only plausible scenario I can think of is an implementation that deliberately restricts the size of an object for some reason. If some external magic provides the address of a huge object, it's not clear that a program could even index it (an attempt to do so presumably would invoke undefined behavior). I suspect we're in DS9K territory. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
usage of size_t
Top