Home
last modified time | relevance | path

Searched defs:newblock (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dlmem.c81 void *newblock; in luaM_growaux_() local
112 void *newblock; in luaM_shrinkvector_() local
163 void *newblock; in luaM_realloc_() local
181 void *newblock = luaM_realloc_(L, block, osize, nsize); in luaM_saferealloc_() local
193 void *newblock = firsttry(g, NULL, tag, size); in luaM_malloc_() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.c39 struct memory_block * newblock; in refill_pool() local
/aosp_15_r20/external/libdrm/intel/
H A Dmm.c97 struct mem_block *newblock; in SliceBlock() local
/aosp_15_r20/external/mesa3d/src/util/
H A Du_mm.c111 struct mem_block *newblock; in SliceBlock() local
/aosp_15_r20/external/llvm-libc/test/src/__support/
H A Dblock_test.cpp476 Block *newblock = *result2; in TEST() local
/aosp_15_r20/external/mksh/src/
H A Dvar.c68 newblock(void) in newblock() function
/aosp_15_r20/external/python/cpython2/Modules/
D_collectionsmodule.c61 newblock(block *leftlink, block *rightlink, Py_ssize_t len) { in newblock() function
/aosp_15_r20/external/python/cpython3/Modules/
D_collectionsmodule.c126 newblock(dequeobject *deque) { in newblock() function
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Ddlist.c1225 Node *newblock; in dlist_alloc() local