Skip to content
Snippets Groups Projects
Commit 6c16e115 authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

[ADT model] comments

parent 0dc96aa6
No related branches found
No related tags found
No related merge requests found
...@@ -313,6 +313,7 @@ int __initialized (void * ptr, size_t size) { ...@@ -313,6 +313,7 @@ int __initialized (void * ptr, size_t size) {
if(tmp->init_cpt == tmp->size) if(tmp->init_cpt == tmp->size)
return true; return true;
/* see implementation of function __initialize for details */
for(i = 0; i < size; i++) { for(i = 0; i < size; i++) {
size_t offset = (uintptr_t)ptr - tmp->ptr + i; size_t offset = (uintptr_t)ptr - tmp->ptr + i;
int byte = offset/8; int byte = offset/8;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment