Searched refs:memory_pool (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h37 struct memory_pool { struct
45 void memory_pool_init(struct memory_pool * pool);
46 void memory_pool_destroy(struct memory_pool * pool);
47 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes);
H A Dradeon_list.h31 struct memory_pool;
39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
H A Dmemory_pool.c23 #include "memory_pool.h"
38 void memory_pool_init(struct memory_pool * pool)
40 memset(pool, 0, sizeof(struct memory_pool));
44 void memory_pool_destroy(struct memory_pool * pool)
53 static void refill_pool(struct memory_pool * pool)
71 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes)
H A Dradeon_list.c33 #include "memory_pool.h"
35 struct rc_list * rc_list(struct memory_pool * pool, void * item)
H A Dradeon_compiler.h26 #include "memory_pool.h"
43 struct memory_pool Pool;
H A Dradeon_dataflow.c476 struct memory_pool * pool,
491 struct memory_pool * pool,
503 struct memory_pool * pool,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.h37 struct memory_pool { struct
45 void memory_pool_init(struct memory_pool * pool);
46 void memory_pool_destroy(struct memory_pool * pool);
47 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes);
H A Dradeon_list.h31 struct memory_pool;
39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
H A Dmemory_pool.c23 #include "memory_pool.h"
38 void memory_pool_init(struct memory_pool * pool)
40 memset(pool, 0, sizeof(struct memory_pool));
44 void memory_pool_destroy(struct memory_pool * pool)
53 static void refill_pool(struct memory_pool * pool)
71 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes)
H A Dradeon_list.c33 #include "memory_pool.h"
35 struct rc_list * rc_list(struct memory_pool * pool, void * item)
H A Dradeon_compiler.h26 #include "memory_pool.h"
43 struct memory_pool Pool;
H A Dradeon_dataflow.c476 struct memory_pool * pool,
491 struct memory_pool * pool,
503 struct memory_pool * pool,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A DMakefile.sources44 compiler/memory_pool.c \
45 compiler/memory_pool.h \

Completed in 14 milliseconds