Searched defs:msegmentptr (Results 1 - 4 of 4) sorted by relevance

/external/dlmalloc/
H A Dmalloc.c2480 typedef struct malloc_segment* msegmentptr; typedef in typeref:struct:malloc_segment
2698 static msegmentptr segment_holding(mstate m, char* addr) {
2699 msegmentptr sp = &m->seg;
2709 static int has_segment_link(mstate m, msegmentptr ss) {
2710 msegmentptr sp = &m->seg;
3240 msegmentptr sp = segment_holding(m, (char*)p);
3440 msegmentptr s = &m->seg;
3510 msegmentptr s = &m->seg;
3552 msegmentptr s = &m->seg;
4001 msegmentptr olds
[all...]
/external/libffi/src/
H A Ddlmalloc.c1982 typedef struct malloc_segment* msegmentptr; typedef in typeref:struct:malloc_segment
2155 static msegmentptr segment_holding(mstate m, char* addr) {
2156 msegmentptr sp = &m->seg;
2166 static int has_segment_link(mstate m, msegmentptr ss) {
2167 msegmentptr sp = &m->seg;
2623 msegmentptr sp = segment_holding(m, (char*)p);
2823 msegmentptr s = &m->seg;
2891 msegmentptr s = &m->seg;
2929 msegmentptr s = &m->seg;
3369 msegmentptr olds
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c1987 typedef struct malloc_segment* msegmentptr; typedef in typeref:struct:malloc_segment
2160 static msegmentptr segment_holding(mstate m, char* addr) {
2161 msegmentptr sp = &m->seg;
2171 static int has_segment_link(mstate m, msegmentptr ss) {
2172 msegmentptr sp = &m->seg;
2628 msegmentptr sp = segment_holding(m, (char*)p);
2828 msegmentptr s = &m->seg;
2896 msegmentptr s = &m->seg;
2934 msegmentptr s = &m->seg;
3374 msegmentptr olds
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c1987 typedef struct malloc_segment* msegmentptr; typedef in typeref:struct:malloc_segment
2160 static msegmentptr segment_holding(mstate m, char* addr) {
2161 msegmentptr sp = &m->seg;
2171 static int has_segment_link(mstate m, msegmentptr ss) {
2172 msegmentptr sp = &m->seg;
2628 msegmentptr sp = segment_holding(m, (char*)p);
2828 msegmentptr s = &m->seg;
2896 msegmentptr s = &m->seg;
2934 msegmentptr s = &m->seg;
3374 msegmentptr olds
[all...]

Completed in 204 milliseconds