Home
last modified time | relevance | path

Searched refs:e (Results 1 – 4 of 4) sorted by relevance

/malloc/
A Dtst-malloc-thread-fail.c196 struct list *e = allocate (); in allocate_thread() local
197 if (e == NULL) in allocate_thread()
200 e->next = head; in allocate_thread()
201 head = e; in allocate_thread()
A Dmemusage.c120 gettime (struct entry *e) in gettime() argument
125 e->time_low = now & 0xffffffff; in gettime()
126 e->time_high = now >> 32; in gettime()
132 e->time_low = usecs & 0xffffffff; in gettime()
133 e->time_high = usecs >> 32; in gettime()
A Dtst-dynarray.c28 #define DYNARRAY_ELEMENT_INIT(e) (*(e) = 17) argument
40 #define DYNARRAY_ELEMENT_INIT(e) (*(e) = 23) argument
A Dmalloc.c3181 e->key = tcache_key; in tcache_put()
3183 e->next = PROTECT_PTR (&e->next, tcache->entries[tc_idx]); in tcache_put()
3184 tcache->entries[tc_idx] = e; in tcache_put()
3193 tcache_entry *e = tcache->entries[tc_idx]; in tcache_get() local
3194 if (__glibc_unlikely (!aligned_OK (e))) in tcache_get()
3198 e->key = 0; in tcache_get()
3199 return (void *) e; in tcache_get()
3222 tcache_entry *e = tcache_tmp->entries[i]; in tcache_thread_shutdown() local
3223 if (__glibc_unlikely (!aligned_OK (e))) in tcache_thread_shutdown()
3227 __libc_free (e); in tcache_thread_shutdown()
[all …]

Completed in 18 milliseconds