Home
last modified time | relevance | path

Searched refs:mempool_alloc (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/nscd/
Daicache.c160 dataset = (struct dataset *) mempool_alloc (db, total in addhstaiX()
332 dataset = (struct dataset *) mempool_alloc (db, total in addhstaiX()
406 = (struct dataset *) mempool_alloc (db, total + req->key_len, in addhstaiX()
474 else if ((dataset = mempool_alloc (db, (sizeof (struct dataset) in addhstaiX()
Dinitgrcache.c208 else if ((dataset = mempool_alloc (db, (sizeof (struct dataset) in addinitgroupsX()
256 dataset = (struct dataset *) mempool_alloc (db, total + req->key_len, in addinitgroupsX()
323 = (struct dataset *) mempool_alloc (db, total + req->key_len, in addinitgroupsX()
Dservicescache.c119 else if ((dataset = mempool_alloc (db, (sizeof (struct dataset) in cache_addserv()
191 dataset = (struct dataset *) mempool_alloc (db, total + req->key_len, in cache_addserv()
256 = (struct dataset *) mempool_alloc (db, total + req->key_len, in cache_addserv()
Dpwdcache.c131 else if ((dataset = mempool_alloc (db, (sizeof (struct dataset) in cache_addpw()
202 dataset = (struct dataset *) mempool_alloc (db, total + n, 1); in cache_addpw()
273 = (struct dataset *) mempool_alloc (db, total + n, 1); in cache_addpw()
Dgrpcache.c125 else if ((dataset = mempool_alloc (db, sizeof (struct dataset) + req->key_len, 1)) != NULL) in cache_addgr()
209 dataset = (struct dataset *) mempool_alloc (db, total + n, 1); in cache_addgr()
294 = (struct dataset *) mempool_alloc (db, total + n, 1); in cache_addgr()
Dhstcache.c149 else if ((dataset = mempool_alloc (db, (sizeof (struct dataset) in cache_addhst()
239 dataset = (struct dataset *) mempool_alloc (db, total + req->key_len, in cache_addhst()
324 = (struct dataset *) mempool_alloc (db, in cache_addhst()
Dnetgroupcache.c89 dataset = mempool_alloc (db, sizeof (struct dataset) + req->key_len, 1); in do_notfound()
397 = (struct dataset *) mempool_alloc (db, total + req->key_len, 1); in addgetnetgrentX()
502 = (struct indataset *) mempool_alloc (db, in addinnetgrX()
Dnscd.h358 extern void *mempool_alloc (struct database_dyn *db, size_t len,
Dcache.c158 newp = mempool_alloc (table, sizeof (struct hashentry), 0); in cache_add()
Dmem.c506 mempool_alloc (struct database_dyn *db, size_t len, int data_alloc) in mempool_alloc() function
/glibc-2.36/ChangeLog.old/
DChangeLog.174975 Change mempool_alloc prototype.
4977 (mempool_alloc): Third parameter now only indicates whether this is the
4981 Adjust third parameter of mempool_alloc calls.
4982 Nothing to do here in case mempool_alloc fails.
4985 * nscd/cache.c (cache_add): Adjust call to mempool_alloc. There is
4989 mempool_alloc calls. Mark he parameter as const. Nothing to do here
4990 in case mempool_alloc fails. No need to get db rdlock before calling
7101 mem_in_flight_list variables. Add new parameter to mempool_alloc
7103 * nscd/mem.c (mempool_alloc): Take additional parameter. Initialize
7107 * nscd/cache.c (cache_add): Add new parameter to mempool_alloc call.
[all …]
DChangeLog.168788 * nscd/mem.c (mempool_alloc): When resizing the file make sure the
8929 * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
DChangeLog.1857773 * nscd/mem.c (gc, mempool_alloc): Likewise.