HomeSort by: relevance | last modified time | path
    Searched defs:AllocType (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/apps/
AllocPages.c 118 INTN AllocType = -1;
151 AllocType = xtoi(argv[1]);
156 if ( (AllocType < 0) || (AllocType > 2)) {
157 Print(L"Invalid AllocType\n");
176 Print(L"AllocatPage(%d,%d,%d,%lx)\n", AllocType, MemType, NumPages, Addr);
178 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 26 enum AllocType {
69 AllocType GetAllocType() const;
221 AllocType alloc_type);
222 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type);
224 BufferedStackTrace *stack, AllocType alloc_type);

Completed in 64 milliseconds