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

  /src/sys/dev/raidframe/
rf_alloclist.h 43 void *pointers[RF_POINTERS_PER_ALLOC_LIST_ELEMENT]; member in struct:RF_AllocListElem_s
rf_alloclist.c 34 * such structure contains a fixed-size array of pointers. Calling
97 l->pointers[l->numPointers] = p;
113 RF_ASSERT(p->pointers[i]);
114 RF_Free(p->pointers[i], p->sizes[i]);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test.cc 141 void *pointers[kNumPointers]; local in function:MallocIntrospectionLockWorker
143 pointers[i] = malloc(i + 1);
146 free(pointers[i]);
asan_interface_test.cc 43 // and from the interior pointers (not returned by previous malloc).
396 std::vector<char *> pointers; local in function:TEST
401 pointers.push_back((char*)malloc(size));
405 EXPECT_FALSE(__sanitizer_get_ownership(&pointers));
408 EXPECT_TRUE(__sanitizer_get_ownership(pointers[idx]));
409 EXPECT_EQ(sizes[idx], __sanitizer_get_allocated_size(pointers[idx]));
411 for (size_t i = 0, n = pointers.size(); i < n; i++)
412 free(pointers[i]);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_malloc_mac.inc 288 // Should enumerate all the pointers we have. Seems like a lot of work.
  /src/sys/arch/sparc64/doc/
TODO 8 - change run-time checks for cpu type to function pointers
  /src/doc/
TODO.compat-module 41 pointers, preventing them from being unloaded (via modunload) while
  /src/usr.bin/xlint/lint1/
README.md 41 as variables may not be properly initialized or be null pointers.
176 # Null pointers
  /src/sys/arch/sparc64/sparc64/
mp_subr.S 259 ! continue the same loop (with indices and pointers et al),
  /src/sys/arch/sun3/sun3/
locore.s 125 addl #NBSG,%a0 | increment pointers

Completed in 48 milliseconds