|
|
|
|
|
by grosbisou
4566 days ago
|
|
Extremely interesting. But I cannot quite understand why RSTRING_EMBED_LEN_MAX is calculated that way. VALUE seems to be unsigned int defined via "typedef uintptr_t VALUE;" and "typedef unsigned __int64 uintptr_t;" But why is it calculated like that I don't get. Anyone can explain? |
|
What I don't know is why they don't simply use sizeof(heap) as the buffer size.