Searched refs:MemPool (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/stand/libsa/ |
| H A D | zalloc_protos.h | 35 Library void *znalloc(struct MemPool *mpool, uintptr_t bytes, size_t align); 36 Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes); 37 Library void zextendPool(MemPool *mp, void *base, uintptr_t bytes); 38 Library void zallocstats(struct MemPool *mp);
|
| H A D | zalloc_mem.h | 45 typedef struct MemPool { struct 51 } MemPool; argument
|
| H A D | zalloc.c | 91 znalloc(MemPool *mp, uintptr_t bytes, size_t align) in znalloc() 174 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree() 281 zextendPool(MemPool *mp, void *base, uintptr_t bytes) in zextendPool() 308 zallocstats(MemPool *mp) in zallocstats()
|
| H A D | zalloc_malloc.c | 39 static MemPool MallocPool;
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | RDFGraph.h | 410 AllocatorTy MemPool; member
|
| H A D | RDFGraph.cpp | 364 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); in startNewBlock() 409 MemPool.Reset(); in clear()
|