HomeSort by relevance Sort by last modified time
    Searched refs:mem_count (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/mem/swapping/
swapping01.c 129 long mem_count; local
134 mem_count = mem_available_init + mem_over;
135 tst_resm(TINFO, "try to allocate: %ld MB", mem_count / 1024);
136 s = malloc(mem_count * 1024);
139 memset(s, 1, mem_count * 1024);
140 tst_resm(TINFO, "memory allocated: %ld MB", mem_count / 1024);
  /external/pdfium/third_party/libopenjpeg20/
dwt.c 54 OPJ_SIZE_T mem_count; member in struct:dwt_local
334 opj_dwt_decode_1_(v->mem, v->mem_count, v->dn, v->sn, v->cas);
578 h.mem_count = opj_dwt_max_resolution(tr, numres);
579 if (((OPJ_UINT32)-1) / (OPJ_UINT32)sizeof(OPJ_INT32) < (OPJ_UINT32)h.mem_count) {
582 h.mem = (OPJ_INT32*)opj_aligned_malloc(h.mem_count * sizeof(OPJ_INT32));
588 v.mem_count = h.mem_count;

Completed in 1218 milliseconds