HomeSort by relevance Sort by last modified time
    Searched refs:memory_pool (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
memory_pool.h 37 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);
radeon_list.h 31 struct memory_pool;
39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
memory_pool.c 23 #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)
radeon_list.c 33 #include "memory_pool.h"
35 struct rc_list * rc_list(struct memory_pool * pool, void * item)
radeon_compiler.h 26 #include "memory_pool.h"
43 struct memory_pool Pool;
radeon_dataflow.c 476 struct memory_pool * pool,
491 struct memory_pool * pool,
503 struct memory_pool * pool,
  /external/ImageMagick/MagickCore/
memory.c 200 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 192 milliseconds