Home
last modified time | relevance | path

Searched defs:malloc_tree_chunk (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1864 struct malloc_tree_chunk { struct
1868 struct malloc_tree_chunk* fd; argument
1869 struct malloc_tree_chunk* bk; argument
1871 struct malloc_tree_chunk* child[2]; argument
1872 struct malloc_tree_chunk* parent; argument
1876 typedef struct malloc_tree_chunk tchunk; argument
/aosp_15_r20/external/libffi/src/
H A Ddlmalloc.c1864 struct malloc_tree_chunk { struct
1868 struct malloc_tree_chunk* fd; argument
1869 struct malloc_tree_chunk* bk; argument
1871 struct malloc_tree_chunk* child[2]; argument
1872 struct malloc_tree_chunk* parent; argument
1876 typedef struct malloc_tree_chunk tchunk; argument
/aosp_15_r20/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2408 struct malloc_tree_chunk { struct
2412 struct malloc_tree_chunk* fd; argument
2413 struct malloc_tree_chunk* bk; argument
2415 struct malloc_tree_chunk* child[2]; argument
2416 struct malloc_tree_chunk* parent; argument
2420 typedef struct malloc_tree_chunk tchunk; argument
/aosp_15_r20/external/dlmalloc/
H A Ddlmalloc.c2393 struct malloc_tree_chunk { struct
2397 struct malloc_tree_chunk* fd; argument
2398 struct malloc_tree_chunk* bk; argument
2400 struct malloc_tree_chunk* child[2]; argument
2401 struct malloc_tree_chunk* parent; argument
2405 typedef struct malloc_tree_chunk tchunk; argument
/aosp_15_r20/external/trusty/lk/external/lib/heap/dlmalloc/
Ddlmalloc.c2449 struct malloc_tree_chunk { struct
2453 struct malloc_tree_chunk* fd; argument
2454 struct malloc_tree_chunk* bk; argument
2456 struct malloc_tree_chunk* child[2]; argument
2457 struct malloc_tree_chunk* parent; argument
2461 typedef struct malloc_tree_chunk tchunk; argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/src/
Ddlmalloc_2_8_6.c2391 struct malloc_tree_chunk { struct
2395 struct malloc_tree_chunk* fd; argument
2396 struct malloc_tree_chunk* bk; argument
2398 struct malloc_tree_chunk* child[2]; argument
2399 struct malloc_tree_chunk* parent; argument
2403 typedef struct malloc_tree_chunk tchunk; argument