Searched refs:alloc_limit (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c190 static uintptr_t alloc_base, alloc_limit, alloc_ptr; variable
199 if (alloc_limit - alloc_ptr < size) {
214 if (chunk != alloc_limit)
216 alloc_limit = chunk + chunk_size;

Completed in 78 milliseconds