Home
last modified time | relevance | path

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

/freebsd-12.1/stand/libsa/
H A Dzalloc_protos.h35 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 Dzalloc_mem.h45 typedef struct MemPool { struct
51 } MemPool; argument
H A Dzalloc.c91 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 Dzalloc_malloc.c39 static MemPool MallocPool;
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DRDFGraph.h410 AllocatorTy MemPool; member
H A DRDFGraph.cpp364 void *T = MemPool.Allocate(NodesPerBlock*NodeMemSize, NodeMemSize); in startNewBlock()
409 MemPool.Reset(); in clear()