Home
last modified time | relevance | path

Searched refs:MemPool (Results 1 – 6 of 6) sorted by relevance

/freebsd/stand/libsa/
H A Dzalloc_protos.h33 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 Dzalloc_mem.h43 typedef struct MemPool { struct
49 } MemPool; argument
H A Dzalloc.c88 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 Dzalloc_malloc.c36 static MemPool MallocPool;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h447 AllocatorTy MemPool; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp340 void *T = MemPool.Allocate(NodesPerBlock * NodeMemSize, NodeMemSize); in startNewBlock()
384 MemPool.Reset(); in clear()