OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifree
(Results
1 - 4
of
4
) sorted by null
/external/e2fsprogs/tests/progs/
test_rel_cmds.ct
46
irel_free,
ifree
;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btDbvt.h
376
static DBVT_INLINE int allocate( btAlignedObjectArray<int>&
ifree
,
381
if(
ifree
.size()>0)
382
{ i=
ifree
[
ifree
.size()-1];
ifree
.pop_back();stock[i]=value; }
1147
btAlignedObjectArray<int>
ifree
;
1159
ifree
.reserve(SIMPLE_STACKSIZE);
1160
stack.push_back(allocate(
ifree
,stock,sStkNPS(root,0,root->volume.ProjectMinimum(sortaxis,srtsgns))));
1164
stack.pop_back();
ifree
.push_back(id);
1207
stack[j]=allocate(
ifree
,stock,nes[q])
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btDbvt.java
653
public static int allocate(SWIGTYPE_p_btAlignedObjectArrayT_int_t
ifree
, SWIGTYPE_p_btAlignedObjectArrayT_btDbvt__sStkNPS_t stock, btDbvt.sStkNPS value) {
654
return CollisionJNI.btDbvt_allocate(SWIGTYPE_p_btAlignedObjectArrayT_int_t.getCPtr(
ifree
), SWIGTYPE_p_btAlignedObjectArrayT_btDbvt__sStkNPS_t.getCPtr(stock), btDbvt.sStkNPS.getCPtr(value), value);
/external/jemalloc/src/
jemalloc.c
1814
ifree
(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path)
function
[
all
...]
Completed in 266 milliseconds