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

/external/mesa3d/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,
/external/ImageMagick/MagickCore/
H A Dmemory.c200 memory_pool;
353 next=memory_pool.blocks[i];
364 memory_pool.blocks[i]=block;
378 memory_pool.blocks[i]=next;
398 block=memory_pool.blocks[i];
404 while (memory_pool.blocks[i] == (void *) NULL)
406 block=memory_pool.blocks[i];
433 memory_pool.allocation+=size;
481 (void) ResetMagickMemory(&memory_pool,0,sizeof(memory_pool));
196 memory_pool; variable
[all...]

Completed in 2039 milliseconds