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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Ddecmpfs.c105 allocated *alloc2 = (allocated*)(ret + sz); local
112 *alloc2 = *alloc;
130 allocated *alloc2 = (allocated*)(ret + sz); local
136 if (memcmp(alloc, alloc2, sizeof(*alloc)) != 0) {
141 alloc2->file = file;
142 alloc2->line = line;
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delflink.c2126 Elf_Internal_Rela *alloc2 = NULL;
2146 internal_relocs = alloc2 = bfd_malloc (size);
2183 /* Don't free alloc2, since if it was allocated we are passing it
2191 if (alloc2 != NULL)
2192 free (alloc2);
2120 Elf_Internal_Rela *alloc2 = NULL; local

Completed in 172 milliseconds