HomeSort by: relevance | last modified time | path
    Searched refs:AllocType (Results 1 - 8 of 8) 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);
asan_report.h 59 AllocType alloc_type,
60 AllocType dealloc_type);
asan_allocator.cc 400 AllocType alloc_type, bool can_fill) {
611 BufferedStackTrace *stack, AllocType alloc_type) {
635 ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
636 (AllocType)alloc_type);
816 AllocType AsanChunkView::GetAllocType() const {
817 return (AllocType)chunk_->alloc_type;
866 void asan_free(void *ptr, BufferedStackTrace *stack, AllocType alloc_type) {
871 BufferedStackTrace *stack, AllocType alloc_type) {
917 AllocType alloc_type) {
asan_errors.h 113 AllocType alloc_type, dealloc_type;
118 AllocType alloc_type_, AllocType dealloc_type_)
asan_report.cc 239 AllocType alloc_type,
240 AllocType dealloc_type) {
  /src/sys/external/bsd/acpica/dist/utilities/
uttrack.c 182 UINT8 AllocType,
500 * AllocType - MEM_MALLOC or MEM_CALLOC
515 UINT8 AllocType,
556 Allocation->AllocType = AllocType;
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1604 UINT8 AllocType;

Completed in 21 milliseconds