Searched refs:realloc_fcn (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/ |
D | expat.h | 198 void *(*realloc_fcn)(void *ptr, size_t size); member
|
D | xmlparse.c | 552 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) 711 mtemp->realloc_fcn = memsuite->realloc_fcn; in parserCreate() 721 mtemp->realloc_fcn = realloc; in parserCreate() 6115 pool->mem->realloc_fcn(pool->blocks, in poolGrow()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | expat.h | 198 void *(*realloc_fcn)(void *ptr, size_t size); member
|
D | xmlparse.c | 563 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) 739 mtemp->realloc_fcn = memsuite->realloc_fcn; in parserCreate() 749 mtemp->realloc_fcn = realloc; in parserCreate() 6238 pool->mem->realloc_fcn(pool->blocks, in poolGrow()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/ |
D | xmlparse.c | 552 #define REALLOC(p,s) (parser->m_mem.realloc_fcn((p),(s))) 711 mtemp->realloc_fcn = memsuite->realloc_fcn; in parserCreate() 721 mtemp->realloc_fcn = realloc; in parserCreate() 6115 pool->mem->realloc_fcn(pool->blocks, in poolGrow()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _elementtree.c | 2492 memory_handler.realloc_fcn = PyObject_Realloc;
|