Searched refs:memory_pool (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | memory_pool.c | 38 void memory_pool_init(struct memory_pool * pool) in memory_pool_init() 40 memset(pool, 0, sizeof(struct memory_pool)); in memory_pool_init() 44 void memory_pool_destroy(struct memory_pool * pool) in memory_pool_destroy() 53 static void refill_pool(struct memory_pool * pool) in refill_pool() 71 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes) in memory_pool_malloc()
|
D | memory_pool.h | 37 struct memory_pool { struct 45 void memory_pool_init(struct memory_pool * pool); argument 46 void memory_pool_destroy(struct memory_pool * pool); 47 void * memory_pool_malloc(struct memory_pool * pool, unsigned int bytes);
|
D | radeon_list.h | 31 struct memory_pool; 39 struct rc_list * rc_list(struct memory_pool * pool, void * item);
|
D | radeon_list.c | 35 struct rc_list * rc_list(struct memory_pool * pool, void * item) in rc_list()
|
D | radeon_compiler.h | 43 struct memory_pool Pool;
|
D | radeon_dataflow.c | 476 struct memory_pool * pool, in add_reader() 491 struct memory_pool * pool, in add_reader_normal() 503 struct memory_pool * pool, in add_reader_pair()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | meson.build | 63 'compiler/memory_pool.c', 64 'compiler/memory_pool.h',
|
/third_party/boost/boost/property_tree/detail/ |
D | rapidxml.hpp | 366 class memory_pool class 378 memory_pool() in memory_pool() function in boost::property_tree::detail::rapidxml::memory_pool 388 ~memory_pool() in ~memory_pool() 1342 class xml_document: public xml_node<Ch>, public memory_pool<Ch> 1403 memory_pool<Ch>::clear(); in clear()
|
/third_party/boost/libs/geometry/doc/src/docutils/tools/doxygen_xml2qbk/contrib/rapidxml-1.13/ |
D | rapidxml.hpp | 379 class memory_pool class 390 memory_pool() in memory_pool() function in rapidxml::memory_pool 400 ~memory_pool() in ~memory_pool() 1358 class xml_document: public xml_node<Ch>, public memory_pool<Ch> 1419 memory_pool<Ch>::clear(); in clear()
|
/third_party/mindspore/mindspore/lite/minddata/ |
D | CMakeLists.txt | 127 ${MINDDATA_DIR}/util/memory_pool.cc 354 ${MINDDATA_DIR}/util/memory_pool.cc 527 ${MINDDATA_DIR}/util/memory_pool.cc
|
/third_party/mindspore/mindspore/lite/tools/dataset/cropper/ |
D | dependencies.txt | 1 …memory_pool.cc", "mindspore/lite/build/_deps/jpeg_turbo-src/./jerror.h", "mindspore/lite/build/_de…
|
/third_party/mesa3d/ohos/ |
D | dependency_inputs.gni | 2994 ../src/gallium/drivers/r300/compiler/memory_pool.c 2995 ../src/gallium/drivers/r300/compiler/memory_pool.h
|