Searched defs:total_sz (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker.c717 * mapped and its overall memory size (*total_sz).
723 * total_sz: Total size of the memory that should be allocated for
737 get_lib_extents(int fd, const char *name, void *__hdr, unsigned *total_sz) argument
787 *total_sz = (max_vaddr - min_vaddr);
889 unsigned total_sz = 0; local
988 total_sz += len;
1021 if (total_sz > si->size) {
1024 pid, total_sz, si->name, si->size);

Completed in 61 milliseconds