HomeSort by: relevance | last modified time | path
    Searched refs:num_alloc (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
d_typefun.c 15 int num_alloc; member in struct:stack_st
  /src/libexec/ld.elf_so/
rtld.h 75 ((dlp)->num_alloc = _rtld_objcount, \
76 (dlp)->objs = alloca((dlp)->num_alloc * sizeof((dlp)->objs[0])), \
333 unsigned int num_alloc; /* Allocated size of the array */ member in struct:Struct_DoneList
symbol.c 79 if (dlp->num_used < dlp->num_alloc)

Completed in 105 milliseconds