Home
last modified time | relevance | path

Searched refs:gencache (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c207 static const uint8_t gencache[] = { variable
387 bcopy(gencache, bp, sizeof (gencache)); in genasm_gencache()
395 return (sizeof (gencache)); in genasm_gencache()
466 total += sizeof (inicache) + sizeof (gencache) * (nents - 2); in genasm_malloc()
515 total += sizeof (inicache) + sizeof (gencache) * (nents - 2); in genasm_free()
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c199 static const uint8_t gencache[] = { variable
378 bcopy(gencache, bp, sizeof (gencache)); in genasm_gencache()
386 return (sizeof (gencache)); in genasm_gencache()
456 total += sizeof (inicache) + sizeof (gencache) * (nents - 2); in genasm_malloc()
505 total += sizeof (inicache) + sizeof (gencache) * (nents - 2); in genasm_free()