Searched refs:MemPool (Results 1 – 6 of 6) sorted by relevance
/freebsd/stand/libsa/ |
H A D | zalloc_protos.h | 33 Library void *znalloc(struct MemPool *mpool, uintptr_t bytes, size_t align); 34 Library void zfree(struct MemPool *mpool, void *ptr, uintptr_t bytes); 35 Library void zextendPool(MemPool *mp, void *base, uintptr_t bytes); 36 Library void zallocstats(struct MemPool *mp);
|
H A D | zalloc_mem.h | 43 typedef struct MemPool { struct 49 } MemPool; argument
|
H A D | zalloc.c | 88 znalloc(MemPool *mp, uintptr_t bytes, size_t align) in znalloc() 172 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree() 279 zextendPool(MemPool *mp, void *base, uintptr_t bytes) in zextendPool() 306 zallocstats(MemPool *mp) in zallocstats()
|
H A D | zalloc_malloc.c | 36 static MemPool MallocPool;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RDFGraph.h | 447 AllocatorTy MemPool; member
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RDFGraph.cpp | 340 void *T = MemPool.Allocate(NodesPerBlock * NodeMemSize, NodeMemSize); in startNewBlock() 384 MemPool.Reset(); in clear()
|