Searched refs:allocator (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libc/ |
H A D | README | 86 There is a private memory allocator for use internally to libc. 112 lmalloc()/lfree() is a small and simple power of two allocator. 113 Do not use it as a general-purpose allocator. Be kind to it.
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_alloc.c | 845 hashalloc(struct inode *ip, int cg, long pref, int size, ulong_t (*allocator)()) in hashalloc() argument 856 result = (*allocator)(ip, cg, pref, size); in hashalloc() 866 result = (*allocator)(ip, cg, 0, size); in hashalloc() 877 result = (*allocator)(ip, cg, 0, size); in hashalloc()
|
/titanic_44/usr/src/psm/stand/bootblks/common/ |
H A D | boot.fth | 197 \ memory allocator rounded it for us
|
/titanic_44/usr/src/uts/intel/io/acpica/ |
H A D | changes.txt | 9170 overhead (such as a slab allocator.) 10388 OSL will invoke the slab allocator). This support is optional; the
|