Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/amd64/
H A Dumem_genasm.c230 static const uint8_t fincache[] = { variable
406 bcopy(fincache, bp, sizeof (fincache)); in genasm_lastcache()
414 return (sizeof (fincache)); in genasm_lastcache()
463 total = sizeof (malinit) + sizeof (malfini) + sizeof (fincache); in genasm_malloc()
513 total = sizeof (freeinit) + sizeof (freefini) + sizeof (fincache); in genasm_free()
/illumos-gate/usr/src/lib/libumem/i386/
H A Dumem_genasm.c219 static const uint8_t fincache[] = { variable
396 bcopy(fincache, bp, sizeof (fincache)); in genasm_lastcache()
404 return (sizeof (fincache)); in genasm_lastcache()
453 total = sizeof (malinit) + sizeof (malfini) + sizeof (fincache); in genasm_malloc()
503 total = sizeof (freeinit) + sizeof (freefini) + sizeof (fincache); in genasm_free()