HomeSort by relevance Sort by last modified time
    Searched defs:mem_type (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 125 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) {
132 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno, raw_report);
151 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) {
155 uptr map_res = (uptr)MmapOrDie(map_size, mem_type);
168 void *MmapNoReserveOrDie(uptr size, const char *mem_type) {
177 ReportMmapFailureAndDie(size, mem_type, "allocate noreserve", reserrno);
191 char mem_type[30]; local
192 internal_snprintf(mem_type, sizeof(mem_type), "memory at address 0x%zx",
194 ReportMmapFailureAndDie(size, mem_type, "allocate", reserrno)
    [all...]
sanitizer_win.cc 88 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) {
91 ReportMmapFailureAndDie(size, mem_type, "allocate",
117 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) {
127 ReportMmapFailureAndDie(size, mem_type, "allocate aligned", GetLastError());
134 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError());
147 ReportMmapFailureAndDie(size, mem_type, "allocate aligned",
155 ReportMmapFailureAndDie(size, mem_type, "deallocate", GetLastError());
166 ReportMmapFailureAndDie(size, mem_type, "allocate aligned", GetLastError());
197 char mem_type[30]; local
198 internal_snprintf(mem_type, sizeof(mem_type), "memory at address 0x%zx"
    [all...]
  /external/fio/
thread_options.h 157 enum fio_memtype mem_type; member in struct:thread_options
384 uint32_t mem_type; member in struct:thread_options_pack
  /external/pcre/dist2/src/sljit/
sljitNativeMIPS_common.c 2012 # define mem_type macro
2014 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; local
2114 # undef mem_type macro
    [all...]
sljitNativeTILEGX_64.c 2089 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
mtnic.h 232 u32 mem_type; member in struct:mtnic_data_seg
  /external/v8/src/compiler/
wasm-compiler.cc 2866 MachineType mem_type = local
2880 MachineType mem_type = local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 632 uint32_t mem_type; member in struct:msm_mem_map_info
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 669 uint32_t mem_type; member in struct:msm_mem_map_info
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camera.h 619 uint32_t mem_type; member in struct:msm_mem_map_info
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camera.h 724 uint32_t mem_type; member in struct:msm_mem_map_info
    [all...]

Completed in 490 milliseconds