Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c1889 struct malloc_tree_chunk struct
1894 struct malloc_tree_chunk *fd; argument
1895 struct malloc_tree_chunk *bk; argument
1897 struct malloc_tree_chunk *child[2]; argument
1898 struct malloc_tree_chunk *parent; argument
1902 typedef struct malloc_tree_chunk tchunk; argument
/third_party/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
/third_party/boost/libs/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