Searched refs:malloclen (Results 1 – 1 of 1) sorted by relevance
96 unsigned long malloclen = newlen+1; in dwarfstring_resize_to() local98 if(malloclen < minimumnewlen) { in dwarfstring_resize_to()99 malloclen = minimumnewlen; in dwarfstring_resize_to()101 b = malloc(malloclen); in dwarfstring_resize_to()