Home
last modified time | relevance | path

Searched refs:get_mem_from_pool (Results 1 – 3 of 3) sorted by relevance

/external/python/pycparser/tests/c_files/
Dmemmgr.c55 static mem_header_t* get_mem_from_pool(ulong nquantas) in get_mem_from_pool() function
142 if ((p = get_mem_from_pool(nquantas)) == 0) in memmgr_alloc()
Dmemmgr_with_h.c199 static mem_header_t* get_mem_from_pool(ulong nquantas) in get_mem_from_pool() function
286 if ((p = get_mem_from_pool(nquantas)) == 0) in memmgr_alloc()
/external/python/pycparser/examples/c_files/
Dmemmgr.c55 static mem_header_t* get_mem_from_pool(ulong nquantas) in get_mem_from_pool() function
142 if ((p = get_mem_from_pool(nquantas)) == 0) in memmgr_alloc()