Home
last modified time | relevance | path

Searched defs:obj_size (Results 1 – 8 of 8) sorted by relevance

/third_party/libunwind/src/mi/
Dmempool.c79 add_memory (struct mempool *pool, char *mem, size_t size, size_t obj_size) in add_memory()
110 mempool_init (struct mempool *pool, size_t obj_size, size_t reserve) in mempool_init()
/third_party/libunwind/include/
Dmempool.h64 size_t obj_size; /* object size (rounded up for alignment) */ member
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-function-prototype.c273 size_t obj_size = sizeof (ecma_bound_function_t) + (arguments_number * sizeof (ecma_value_t)); in ecma_builtin_function_prototype_object_bind() local
/third_party/alsa-lib/src/topology/
Delem.c412 int obj_size = 0; in tplg_elem_new_common() local
/third_party/gstreamer/gstplugins_bad/gst/asfmux/
Dgstasfobjects.c816 guint64 obj_size = 0; in gst_asf_parse_headers_from_data() local
/third_party/boost/libs/test/test/writing-test-ts/
Dtest_tools-test.cpp239 int obj_size = 33; in TEST_CASE() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1077 …size(const VkDeviceSize alignment, VkDeviceSize *offset, VkDeviceSize *size, VkDeviceSize obj_size) in align_offset_size()
/third_party/quickjs/
Dquickjs.h401 int64_t obj_count, obj_size; member